// JavaScript Document
<!--
if (document.images)
	{
	abouton = new Image;
	abouton.src = "../image/b_about_city_on.gif";
	aboutoff = new Image;
	aboutoff.src = "../image/b_about_city_off.gif";
	hotelon = new Image;
	hotelon.src = "../image/b_hotels_on.gif";
	hoteloff = new Image;
	hoteloff.src = "../image/b_hotels_off.gif";
    attractionon = new Image;
	attractionon.src = "../image/b_attractions_on.gif";
	attractionoff = new Image;
	attractionoff.src = "../image/b_attractions_off.gif";
    gettingon = new Image;
	gettingon.src = "../image/b_getting_there_on.gif";
	gettingoff = new Image;
	gettingoff.src = "../image/b_getting_there_off.gif";
	mapon = new Image;
	mapon.src = "../image/b_city_map_on.gif";
	mapoff = new Image;
	mapoff.src = "../image/b_city_map_off.gif";
	currencyon = new Image;
	currencyon.src = "../image/b_currency_on.gif";
	currencyoff = new Image;
	currencyoff.src = "../image/b_currency_off.gif";
	weatheron = new Image;
	weatheron.src = "../image/b_weather_on.gif";
	weatheroff = new Image;
	weatheroff.src = "../image/b_weather_off.gif";
	sendpageon = new Image;
	sendpageon.src = "../image/b_send_page_on.gif";
	sendpageoff = new Image;
	sendpageoff.src = "../image/b_send_page_off.gif";
	}
function swapImg(imgId,newSrc) {
if (document.images)
	{
   document.images[imgId].src=eval(newSrc+'.src');
   }
}

<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

function jumpTo(url) {
	if( url != "" ) window.open(url,"_blank",'scrollbars=yes,resizable=yes,toolbar=yes,location=yes,menubar=yes,status=yes');
}
function addToFavorite(favTitle){
if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4)) {
window.external.AddFavorite(location.href, unescape(favTitle));
}
} 
function openSecure() {
newWindow = window.open('http://www.abahotels.com/secure.htm','newWin','width=500,height=450,resizable=yes,toolbar=no,location=no,scrollbars=yes')
}
function openPrivacy() {
newWindow = window.open('http://www.abahotels.com/privacy.htm','newWin','width=450,height=480,resizable=no,toolbar=no,location=no,scrollbars=yes')
}
