function DefSelect(){
	document.getElementById("hscnty").selectedIndex=0;
	document.getElementById("hscty").selectedIndex=0;
}
function ClickLImage(M_ID)
{	document.location=M_ID;}



var jsSrchDefault02="Hotel by Name";
function FindHotel(){
	if(search_hotel.htlname.value==""){alert("Please input hotel name.");}
	else if(search_hotel.htlname.value==jsSrchDefault02){alert("Please input hotel name.");}
	else {
		return true;
	}
	return false;
}
