<!-- 
   browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);

ns3up = (browserName == "Netscape" && browserVer >= 3);
ie4up = (browserName.indexOf("Microsoft") >= 0 && browserVer >= 4);

function doPic(imgName) {
if (ns3up || ie4up) {
imgOn = ("" + imgName);
document.mainpic.src = imgOn;
   }
}


function popwin2(x,y)  { window.open(x,y,'status=yes,scrollbars=yes,resizable=yes,width=500,height=340');
        }

function HotelSelection(s)
	{
		
		parent.location.href = s.options[s.selectedIndex].value;
	}



function newWindow(URL, name, specs) { 
  var anon_win = window.open(URL, name, specs); 
} 

function NewHotel(s)
	{

		parent.location.href = s.options[s.selectedIndex].value;

	}
  
 
//-->


<!---
 function initDate()
 {
   var now = new Date();
   var mth = now.getMonth();
   var dd = now.getDate();
   var yy = now.getFullYear();
   if (mth <10)
    {
      mth == 0 + mth;
     }
   if (dd <10)
    {
      dd == 0 + dd;
    }
    if ((mth==11) && (dd>=29)) {
		 document.resrvForm.doa_mm.selectedIndex = mth;
		 document.resrvForm.doa_dd.selectedIndex = dd - 1;
		 document.resrvForm.dod_yy.value= yy;
		 document.resrvForm.dod_dd.selectedIndex = dd - dd;
		 document.resrvForm.dod_mm.selectedIndex = mth-mth;
		 document.resrvForm.dod_yy.value= yy+1;
     }
     else if ((dd>=29 ) || ((dd>=27 ) && (mth==1)))
     {
	 document.resrvForm.doa_mm.selectedIndex = mth+1;
     document.resrvForm.doa_dd.selectedIndex = dd-dd;
     document.resrvForm.doa_yy.value= yy;
     document.resrvForm.dod_dd.selectedIndex = (dd-dd)+1;
     document.resrvForm.dod_mm.selectedIndex = mth + 1;
     document.resrvForm.dod_yy.value= yy;
    }
	
	
   else
    {
   	document.resrvForm.doa_mm.selectedIndex=mth;
   	document.resrvForm.doa_dd.selectedIndex=dd+1;
   	document.resrvForm.dod_yy.value= yy;
   	document.resrvForm.dod_mm.selectedIndex=mth;
   	document.resrvForm.dod_dd.selectedIndex=dd+3;
	document.resrvForm.dod_yy.value= yy;
   }
}
//--->






<!-- 
   browserName = navigator.appName;
    browserVer = parseInt(navigator.appVersion);
    if (browserName == "Netscape"  && browserVer >= 3) version = "n3";
    else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4.0) version = "n3";
    else version = "n2";
    if (version == "n3") {

toplocationOn = new Image(148,25);
  toplocationOn.src = "images/toplocationOn.gif";
  toplocationOff = new Image(148,25);
  toplocationOff.src = "images/toplocationOff.gif";
  
  topspecialsOn = new Image(93,25);
  topspecialsOn.src = "images/topspecialsOn.gif";
  topspecialsOff = new Image(93,25);
  topspecialsOff.src = "images/topspecialsOff.gif";

  toplondonOn = new Image(109,25);
  toplondonOn.src = "images/toplondonOn.gif";
  toplondonOff = new Image(109,25);
  toplondonOff.src = "images/toplondonOff.gif";

  tophelpOn = new Image(36,25);
  tophelpOn.src = "images/tophelpOn.gif";
  tophelpOff = new Image(36,25);
  tophelpOff.src = "images/tophelpOff.gif";

  topcontactOn = new Image(74,25);
  topcontactOn.src = "images/topcontactOn.gif";
  topcontactOff = new Image(74,25);
  topcontactOff.src = "images/topcontactOff.gif";

  bt_infoOn = new Image(100,25);
  bt_infoOn.src = "images/bt_infoOn.gif";
  bt_infoOff = new Image(100,25);
  bt_infoOff.src = "images/bt_infoOff.gif";	
  
  bt_picsOn = new Image(100,25);
  bt_picsOn.src = "images/bt_picsOn.gif";
  bt_picsOff = new Image(100,25);
  bt_picsOff.src = "images/bt_picsOff.gif";

  bt_vtourOn = new Image(100,25);
  bt_vtourOn.src = "images/bt_vtourOn.gif";
  bt_vtourOff = new Image(100,25);
  bt_vtourOff.src = "images/bt_vtourOff.gif";

  bt_locationOn = new Image(100,25);
  bt_locationOn.src = "images/bt_locationOn.gif";
  bt_locationOff = new Image(100,25);
  bt_locationOff.src = "images/bt_locationOff.gif";

  bt_resOn = new Image(100,25);
  bt_resOn.src = "images/bt_resOn.gif";
  bt_resOff = new Image(100,25);
  bt_resOff.src = "images/bt_resOff.gif";

}

function imgOn(imgName) {

       if (version == "n3")  {
        imgOn1 = eval(imgName + "On.src");
        document [imgName].src = imgOn1;
       }

}

function imgOff(imgName) {

      if (version == "n3")  {
        imgOff1 = eval(imgName + "Off.src");
        document [imgName].src = imgOff1;
      }        
        
}


function popwin2(x,y)  { window.open(x,y,'status=yes,scrollbars=yes,resizable=yes,width=500,height=340');
        }

function HotelSelection(s)
	{
		
		parent.location.href = s.options[s.selectedIndex].value;
	}



function newWindow(URL, name, specs) { 
  var anon_win = window.open(URL, name, specs); 
} 

function NewHotel(s)
	{

		parent.location.href = s.options[s.selectedIndex].value;

	}
  
 
//-->
