function off(im){
document.images[im].src = "Destination Guides_fichiers/tri1.gif";
}

function on(im){
document.images[im].src= "Destination Guides_fichiers/tri2.gif";
}



function homeon(im){
document.images[im].src = "Destination Guides_fichiers/home2.gif";
}

function homeoff(im){
document.images[im].src= "Destination Guides_fichiers/home3.gif";
}

function printon(im){
document.images[im].src = "Destination Guides_fichiers/print1.gif";
}

function printoff(im){
document.images[im].src= "Destination Guides_fichiers/print2.gif";
}

function quickon(im){
document.images[im].src = "Destination Guides_fichiers/quick1.gif";
}

function quickoff(im){
document.images[im].src= "Destination Guides_fichiers/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 width="464" border="0" cellspacing="0"  cellpadding="0" align="center">';
    cr+='<tr>' ;
    cr+='<td width="62%" align="center"><br />' ;
    cr+='<div class="stit1">Copyright &copy; 2002 Amadeus Global Travel Distribution.<br />';
    cr+='&copy; 2002 Columbus Publishing.<br />All rights reserved.</div></td>';
    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; 2002 Amadeus Global Travel Distribution.<br />';
    cr+='&copy; 2002 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; 2002 Amadeus Global Travel Distribution.<br />';
    cr+='&copy; 2002 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;

}
     
