

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function harfSay(siteLink){
getText=document.getElementById('hotelName').value;
if (getText.length<=3){
alert (JS_harfSay_PLEASE_ENTER_LESS);

}else{
document.getElementById('formHotelName').action=siteLink+'/list.asp?listType=4';
document.formHotelName.submit();
}
}

function showInfo(){
document.getElementById('btnClose').style.visibility='visible';
document.getElementById('btnClose').style.display='block';

document.getElementById('btnShow').style.visibility='hidden';
document.getElementById('btnShow').style.display='none';

}

function closeInfo(){
document.getElementById('btnShow').style.visibility='visible';
document.getElementById('btnShow').style.display='block';

document.getElementById('btnClose').style.visibility='hidden';
document.getElementById('btnClose').style.display='none';
}
