function jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function popUpBooking(hotel_district,hotel_region,hotel_name,form_name,language){
	if(form_name==""){form_name="Hotel-Reservation-Form";}
	if(hotel_name!=""){
		booking_url ="https://www.hotelsbookingcenter.com/ssl/reservation.php?region="+hotel_district+"&hotelname="+hotel_name+"&ct=hongkong&title="+form_name+"&dn=hongkong-hotel.com&language="+language+"&color=CC0000";
	}
	else{
		booking_url ="https://www.hotelsbookingcenter.com/ssl/reservation.php?dn=hongkong-hotel.com";
	}
	window.open(booking_url,'BookingForm','width=780,height=500,scrollbars=yes,status=yes,resizable=yes');
}

function searchBox(search_box_url){
	window.open(search_box_url,'SearchBox','width=320,height=300,scrollbars=no,status=yes,resizable=no');
}

function popUpEnquiry(hotel_district,hotel_region,hotel_name,form_name,language){
	if(form_name==""){form_name="Hotel-Reservation-Form";}
	if(hotel_name!=""){
		booking_url ="http://www.hotelsbookingcenter.com/enquiry.php?region="+hotel_district+"&hotelname="+hotel_name+"&ct=hongkong&title="+form_name+"&dn=hongkong-hotel.com&language="+language+"&color=CC0000";
	}
	else{
		booking_url ="http://www.hotelsbookingcenter.com/enquiry.php?dn=hongkong-hotel.com";
	}
	window.open(booking_url,'BookingForm','width=780,height=500,scrollbars=yes,status=yes,resizable=yes');
}
