 



   	
 function linkcity()
      {
     var thebox;
        thebox=document.frm.city.options[document.frm.city.selectedIndex].value;
        newwindow=window.open("");
        newwindow.location=thebox;
      }


function linkhotel()
      {
	    var thebox;
        thebox=document.frm1.city1.options[document.frm1.city1.selectedIndex].value;
        newwindow=window.open("");
        newwindow.location=thebox;
      }






 function check_width()
     {
         var correctwidth=800;
	     if (screen.width != correctwidth)
	      {

                               
 		    document.body.style.zoom=screen.width/correctwidth;
	      }
	        
          window.onload=check_width;
     }




