function Deals()
{
   window.open('http://www.weekend.co.il/customerspecialoffer.aspx?customerID=20870','Deals','width=540, height=430, resizable=no, scrollbars=yes, top=50, left=50');
}
function Vacancy()
{
   window.open('http://www.weekend.co.il/CustomerRoomVacancyCalendar.aspx?lang=HE&customerID=20870','Vacancy','width=540, height=430, resizable=no, scrollbars=yes, top=50, left=50');
}
function openMapWindow()
{
   var address = "http://www.emap.co.il/?client=weekend&action=match_address&city=בית גא'ן";
   address += "&comment0=צימר בקתות עץ בין העננים"
       window.open(address, "mapPage", "left=0, top=0, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=750,height=600",true);
}

