/* Search hotel by keyword*/
var jsSrchDefault="Hotel by Name";
function FindHotel(){
	if(fmhtfind.search_hotel.value==""){alert("Please input hotel name.");}
	else if(fmhtfind.search_hotel.value==jsSrchDefault){alert("Please input hotel name.");}
	else{location.href="http://reservation.passionasia.com/search_hotels.cfm/Cnty_id/Any/Cty_id/Any/sortby/1/search_hotel/"+fmhtfind.search_hotel.value+"/idx/1.htm";}
	return false;
}
function SeachKeyWordBox_onclick(thisObj){
	if(thisObj.value==jsSrchDefault){thisObj.value='';}
}
function SeachKeyWordBox_onblur(thisObj){
	if(thisObj.value==''){thisObj.value=jsSrchDefault;}
}

function Linkto(url) {
	location.href = url;
}
