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.hotelthailand.net/search_hotels.cfm/Cnty_id/Any/Cty_id/Any/sortby/1/search_hotel/"+document.fmhtfind.search_hotel.value+"/idx/1.htm"; }
	return false;
}


var empty = '';
var x= ''
+'			<div id="serachhotel">'
+'				<form name="fmhtfind" method="get" onsubmit="return FindHotel();" action="/">'
+'					<b class="txtblack-11">Search Hotel : </b>'
+'					<input name="search_hotel" type="Text" style="border-style:solid; border-color:#666666; border-width:1px;width:150px; height:18px; font-size:11px;" value="Hotel by Name" onclick="if(this.value==jsSrchDefault){this.value=empty;}" onblur="if(this.value==empty){this.value=jsSrchDefault;}">'
+'					<img src="../images/btn-search-gray.gif" style="cursor:pointer;" onClick="FindHotel()" ALT="" ALIGN="TOP">'
+'				</form>'
+'			</div>'

document.write(x);



