function wop(FileName,Width,Height) { 
  Options="toolbar=no,scrollbars=yes,directories=no,status=no,menubar=no,resizable=עש,location=no,width="+Width+",height="+Height;
  s = Math.random(4000)+"";
  s = ""+s;
  s = s.substring(3,s.length);
  window.open(FileName,"FileName"+s+"",Options);
}

function OpenCity(FileName) {
  window.top.frames['hotel'].location.href = 'hotel.phtml?';
  location.href = FileName;
}

function CitiesList(Country) {
  window.top.frames['hotel'].frames['loadcity'].location.href='loadcity.php?CountryID='+Country;
}

function addtofav() {
  if (document.all) {
    window.external.AddFavorite(location.href,document.title); 
    return;
  }
}

function openlayer(l) {
  if (!document.getElementById(l).style.display || document.getElementById(l).style.display == 'none') document.getElementById(l).style.display = "inline";
  else document.getElementById(l).style.display = 'none';
}
function closlayer(l) {
  if (!document.getElementById(l).style.display || document.getElementById(l).style.display == 'inline') document.getElementById(l).style.display = "none";
  else document.getElementById(l).style.display = 'inline';
}
