﻿/*Search hotel by name*/
var jsSrchDefault="Hotel by Name";
function FindHotel(){
	if(document.fmhtfind.search_hotel.value==""){alert("Please input hotel name.");}
	else if(document.fmhtfind.search_hotel.value==jsSrchDefault){alert("Please input hotel name.");}
	else{ location.href="http://www.xxx.net/search_hotels.cfm/Cnty_id/Any/Cty_id/Any/sortby/1/search_hotel/"+document.fmhtfind.search_hotel.value+"/idx/1.htm"; }
	return false;
}

function PleaseWait(){
	pleasewait.style.display='';
	wrap2.style.display='none';	
}
