<!-- 
   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;

	}
  
 
//-->
