function describe(text){
window.status = text;
return true;
}
function clearstatus(){
window.status=" ";
}


function locate()
{
window.open('','locateWin','right=100,top=100,resizeable=no,scrollbars=no,width=500,height=513')
}

function sample()
{
window.open('travel/travel.asp?id=sample','sampleWin','right=100,top=100,resizeable=no,scrollbars=yes,width=800,height=600')
}


function colour()
{
window.open('colour.htm','colourWin','right=100,top=100,resizeable=no,scrollbars=yes,width=350,height=100')
}


function thanks()
{
window.open('thanks.htm','surveyWin','right=100,top=100,resizeable=no,scrollbars=no,width=420,height=340')
}


function survey()
{
window.open('survey.htm','surveyWin','right=100,top=100,resizeable=no,scrollbars=no,width=420,height=340')
}


function telWin()
{
window.open('telhelp.htm','telWin','right=100,top=100,resizeable=no,scrollbars=no,width=500,height=200')
}


function software()
{
window.open('software.htm','softWin','right=100,top=100,resizeable=no,scrollbars=no,width=400,height=190')
}


function searchWin()
{
window.open('search.asp','searchWin','right=100,top=100,resizeable=no,scrollbars=no,width=670,height=220')
}


function ratesWin()
{
window.open('aip.htm#rates','ratesWin','right=100,top=100,resizeable=no,scrollbars=no,width=600,height=220')
}


function warn()
{
window.open('warn.htm','warnWin','right=100,top=100,resizeable=no,scrollbars=no,width=400,height=170')
}


if ((navigator.appVersion.charAt(0) == "4")
||(navigator.appVersion.CharAt(0) == "5")) {
    if (navigator.appName == "Netscape")
        browser="netscape";
    if (navigator.appName == "Microsoft Internet Explorer")
        browser="ie";
}

var message="Sorry, this function is disabled.\n\nŠ2002 Self Catering Holidays Direct.com";

function click(e) {
if (document.all) {
if (event.button == 2) {
alert(message);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(message);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;

