<!--

  function OpenWindow(url, jmeno, w, h)
  {
      Fokus = window.open(url, jmeno,'resizable=0,top=20,left=20,menubar=0,scrollbars=1,width=' + w + ',height=' + h);
      Fokus.focus()
  }

// -->
