	
	function openImage(maplink){
			window.open(maplink,"{/literal}{$HotelInfo->getHotelName()}{literal}","height=350,width=350,resizable,menubar=false,scrollbars=false,toolbar=false");
	}
	
	function v_submit(f)
                      {if (event.keyCode == 13)
                           f.submit();
                           else
                           return false;
						   }
function removeMsg(obj,wm)
	{			
		if(obj.value == wm)
		{
			obj.value = '';				
		}
		return true;
	}
	
	
	function popupWin(pLink,pName,pFeature){
		if(pFeature == ''){
			pFeature = 'width=600,height=400,resizable,scrollbars,toolbar=false,menubar=false';
		}
		
		w = window.open(pLink,pName,pFeature);			
			
	}
	
	function viewMap(file, title, style)
  {
	var w = window.open(file, 'name', style);
	w.document.write("<html><head><title>" + title + "</title></head><body leftmargin='0' topmargin='0' bottommargin='0' rightmargin='0'>");
	w.document.write("<table width='100%' height='100%' align='center'><tr><td align='center' valign='middle'>");
	w.document.write("<a href='javascript:window.close();'><img border=0 src='" + file + "' alt='Close'></a>");
	w.document.write("</td></tr></table></body></html>");
  } 
