

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';
}

function goitemlnkclk() {
    var newitemclkWindow = new Object();
    newitemclkWindow = window.open('../clkitemset.asp', 'WinName', 'width=1,height=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0');
    newitemclkWindow.blur();
}