// JavaScript Document
NN4 = document.layers? true : false;
IE4 = document.all? true : false;
	holder="DIV"
function db() {
if (NN4) {

document.write("<"+ holder + " id=\"heading\" top=0 left=0 width=100% visibility=hidden\">");
} else {
document.write("<"+ holder + " id=\"heading\"  style=\"position:absolute; visibility: hidden; font-size:1px; top:0px; left:0px; width:100%; \">");
}
}
function de() { document.write('</'+holder+'>'); }
<!--
information1="The maximum number of passengers per reservation is 9.\n\nChild applies to ages 2 through 11."
function moveit(vis,x,y,text){
msg = new String( text )

var IE = document.all?true:false;
if (!IE) document.captureEvents(Event.MOUSEMOVE);
if (IE) { // grab the x-y pos.s if browser is IE
var tempX = event.clientX + document.body.scrollLeft;
var tempY = event.clientY + document.body.scrollTop -50;
}
else { // grab the x-y pos.s if browser is NS

}
//var tempX = event.clientX;
//var tempY = event.clientY-scrollbar; 


document.getElementById("Layer1").style.top=tempY+10; 
document.getElementById("Layer1").style.left=tempX+10;
if(vis==1){vis='visible';}else{vis='hidden';}
document.all("textr").innerText=msg;
//alert(tempX);
document.getElementById("Layer1").style.visibility=vis;
//alert(document.getElementById("Layer1").style.visibility);
}
function move_tooltip(vis,x,y,text){
msg = new String( text )

var IE = document.all?true:false;
if (!IE) document.captureEvents(Event.MOUSEMOVE);
if (IE) { // grab the x-y pos.s if browser is IE
var tempX = event.clientX + document.body.scrollLeft;
var tempY = event.clientY + document.body.scrollTop;
}
else { // grab the x-y pos.s if browser is NS

}
//var tempX = event.clientX;
//var tempY = event.clientY-scrollbar; 


document.getElementById("Layer1").style.top=tempY+10; 
document.getElementById("Layer1").style.left=tempX+10;
if(vis==1){vis='visible';}else{vis='hidden';}
document.all("textr").innerText=msg;
//alert(tempX);
document.getElementById("Layer1").style.visibility=vis;
//alert(document.getElementById("Layer1").style.visibility);
}
function set_destination(coded){
	document.afpForm.tocity.value=coded;
}



function progress() {

	document.afpForm.action="http://www.securetravelservices.com/cgit/runhttl";
	document.afpForm.method="get";
	document.afpForm.submit();
	return false;
}
// -->
