function off(im){
document.images[im].src = "../../img/tri1.gif";
}

function on(im){
document.images[im].src= "../../img/tri2.gif";
}



function homeon(im){
document.images[im].src = "../../img/home2.gif";
}

function homeoff(im){
document.images[im].src= "../../img/home3.gif";
}

function printon(im){
document.images[im].src = "../../img/print1.gif";
}

function printoff(im){
document.images[im].src= "../../img/print2.gif";
}

function quickon(im){
document.images[im].src = "../../img/quick1.gif";
}

function quickoff(im){
document.images[im].src= "../../img/quick2.gif";
}


function preload() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=preload.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}




function ow(url)
{

 return window.open(url, '', 'width=600,height=400,innerwidth=600,innerheight=400,scrollbars=1,resizable=1');
}

function opens()
{
var opener =  window.open('../../search.htm', '', 'width=440,height=430,innerwidth=350,innerheight=400,scrollbars=1,resizable=1');
}
function openMain(str){

  filestr = '../' + str;
  opener.location= filestr;

}

function copy(){

var cr= '<table border="0" cellspacing="0" cellpadding="0" align="left">';
    cr+='<tr>' ;
    cr+='<td>' ;
    cr+='<div class="stit1">Copyright © 2006 Amadeus Global Travel Distribution.<br>';
    cr+='© 2006 Columbus Publishing. All rights reserved.<br></div></td>';
    cr+='</td></tr></table><br>';
	
/*	cr+='<br><table style="margin-left:30px;margin-top:19px;width:468px;padding-top:10px;"><tr><td>';
	cr+='<script language="JavaScript" type="text/javascript">';
	cr+='ord=Math.random()*10000000000000000;';
	cr+='document.write(\'<a href="http://ad.doubleclick.net/jump/amadeus.en/destinationGuidesContent;sz=468x60;';
	cr+='ord=\' + ord + \'?" target="_blank">\');';
	cr+='document.write(\'<img src="http://ad.doubleclick.net/ad/amadeus.en/destinationGuidesContent;sz=468x60;';
	cr+='ord=\' + ord + \'?" width="468" height="60" border="0" alt=""></a>\');';
	cr+='</script>';
	cr+='<noscript>';
	cr+='<a href="http://ad.doubleclick.net/jump/amadeus.en/destinationGuidesContent;sz=468x60;';
	cr+='ord=123456789?" target="_blank">';
	cr+='<img src="http://ad.doubleclick.net/ad/amadeus.en/destinationGuidesContent;sz=468x60;';
	cr+='ord=123456789?" width="468" height="60" border="0" alt=""></a>';
	cr+='</noscript>'
	cr+='</td></tr></table>';*/
	
	
return cr;

}
  

function copy2(i){
if(i==0){

var cr= '<table width="464" border="0" cellspacing="0"  cellpadding="0" align="center">';
    cr+='<tr><td width="19%" align="center"><img src="img/lonely.gif" width="81" height="42" />' ;
    cr+='</td><td width="62%" align="center"><br /><div class="stit">' ;
    cr+='<a href="#" onclick="window.open(\'sdisclaimer.htm\',\'\',\'height=380,width=350,scrollbars=yes,resizable=no\')"';
    cr+='class="stit">DISCLAIMER</a></div>';
    cr+='<div class="stit1">Copyright &copy; 2004 Amadeus Global Travel Distribution.<br />';
    cr+='&copy; 2004 Lonely Planet Publications Pty. Ltd.<br />All rights reserved.</div></td>';
    cr+='<td width="19%" align="center"><img src="../img/amadeus.gif" width="74" height="35" border="0" />';
    cr+='</td></tr></table>';
}
else if (i==1)
{

var cr= '<table width="464" border="0" cellspacing="0"  cellpadding="0" align="center">';
    cr+='<tr><td width="19%" align="center"><img src="../img/lonely.gif" width="81" height="42" />' ;
    cr+='</td><td width="62%" align="center"><br /><div class="stit">' ;
    cr+='<a href="#" onclick="window.open(\'../disclaimer.htm\',\'\',\'height=380,width=350,scrollbars=yes,resizable=no\')"';
    cr+='class="stit">DISCLAIMER</a></div>';
    cr+='<div class="stit1">Copyright &copy; 2004 Amadeus Global Travel Distribution.<br />';
    cr+='&copy; 2004 Lonely Planet Publications Pty. Ltd.<br />All rights reserved.</div></td>';
    cr+='<td width="19%" align="center"><img src="../img/amadeus.gif" width="74" height="35" border="0" />';
    cr+='</td></tr></table>';	




}   



return cr;

}
     