

<!--

//	Cross Browser Tweaks
var d, dom, ie, ie4, ie5x, moz, mac, win, lin, old, ie5mac, ie5xwin, op;

d = document;
n = navigator;
na = n.appVersion;
nua = n.userAgent;
win = ( na.indexOf( 'Win' ) != -1 );
mac = ( na.indexOf( 'Mac' ) != -1 );
lin = ( nua.indexOf( 'Linux' ) != -1 );

if ( !d.layers ){
	dom = ( d.getElementById );
	op = ( nua.indexOf( 'Opera' ) != -1 );
	konq = ( nua.indexOf( 'Konqueror' ) != -1 );
	saf = ( nua.indexOf( 'Safari' ) != -1 );
	moz = ( nua.indexOf( 'Gecko' ) != -1 && !saf && !konq);
	ie = ( d.all && !op );
	ie4 = ( ie && !dom );
	ie5x = ( d.all && dom );
	ie5mac = ( mac && ie5x );
	ie5xwin = ( win && ie5x );
        MacNetscape = ( mac && moz );
	WinIE = ( win && ie5x );
}
hidden="hidden";visible="visible";
if (MacNetscape) {hidden = "hide" ;visible = "show";}

//Where is the bottom table?
function getPageCoords (elementId) {
     var coords = {x: 0, y: 0}
     var element;
     if (document.all)
       element = document.all[elementId];
     else if (document.getElementById)
       element = document.getElementById(elementId);
     while (element) {
       coords.x += element.offsetLeft;
       coords.y += element.offsetTop;
       element = element.offsetParent;
     }

     return coords;
   }

function hideWhyAito(){ 
	
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);


 document.getElementById('whyAito').style.visibility=hidden; 
 document.getElementById('link1').style.color = '#fff';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=visible;
}

function showWhyAito(){
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);

 var coords = getPageCoords('bottom');
 document.getElementById('link1').style.color = '#ffc';
 //if (!(ie5mac))  document.getElementById('whyAito').style.left = coords.x;
 //if(ie5mac) document.getElementById('whyAito').style.left = coords.x - 742;
 if (!(ie5mac)) document.getElementById('whyAito').style.left = coords.x;
 document.getElementById('whyAito').style.top = coords.y;
 document.getElementById('whyAito').style.visibility=visible; 
 document.getElementById('link1').style.color = '#ffc';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=hidden;
}

function hideResTourism(){ 
	
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);


 document.getElementById('resTourism').style.visibility=hidden; 
 document.getElementById('link2').style.color = '#fff';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=visible;
}

function showResTourism(){
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);

 var coords = getPageCoords('bottom');
 document.getElementById('link2').style.color = '#ffc';
 //if (!(ie5mac))  document.getElementById('resTourism').style.left = coords.x + 86;
 //if (ie5mac)  document.getElementById('resTourism').style.left = coords.x - 574; 
 if (!(ie5mac)) document.getElementById('resTourism').style.left = coords.x;
 document.getElementById('resTourism').style.top = coords.y;
 document.getElementById('resTourism').style.visibility=visible; 
 document.getElementById('link2').style.color = '#ffc';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=hidden;
}


function hideJoiningAito(){ 
	
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);


 document.getElementById('joiningAito').style.visibility=hidden; 
 document.getElementById('link5').style.color = '#fff';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=visible;
}

function showJoiningAito(){
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);

 var coords = getPageCoords('bottom');
 document.getElementById('link5').style.color = '#ffc';
 //if (!(ie5mac))  document.getElementById('joiningAito').style.left = coords.x + 490;
 //if(ie5mac) document.getElementById('joiningAito').style.left = coords.x + 204;
 if (!(ie5mac))  document.getElementById('joiningAito').style.left = coords.x;
 document.getElementById('joiningAito').style.top = coords.y;
 document.getElementById('joiningAito').style.visibility=visible; 
 document.getElementById('link5').style.color = '#ffc';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=hidden;

}


function hidePressRoom(){ 
	
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);


 document.getElementById('pressRoom').style.visibility=hidden; 
 document.getElementById('link6').style.color = '#fff';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=visible;
}

function showPressRoom(){
 //PCwindowsForm = document.getElementById('searchChoices');
 //alert(PCwindowsForm);

 var coords = getPageCoords('bottom');
 document.getElementById('link6').style.color = '#ffc';
 //if (!(ie5mac))  document.getElementById('pressRoom').style.left = coords.x + 586;
 //if (ie5mac)  document.getElementById('pressRoom').style.left = coords.x + 394; 
 if (!(ie5mac))  document.getElementById('pressRoom').style.left = coords.x;
 document.getElementById('pressRoom').style.top = coords.y;
 document.getElementById('pressRoom').style.visibility=visible; 
 document.getElementById('link6').style.color = '#ffc';
 //if(( PCwindowsForm == '[object]' ) && (WinIE))  document.getElementById('searchChoices').style.visibility=hidden;
}


-->


