<!--
  function openW(URL,width,height)
  {
      window.open(URL,"","menubar=no,scrollbars=yes,innerWidth="+width+",innerHeight="+height+",toolbar=no,status=no,screenX=10,screenY=10,width="+width+",height="+height);
  }
  
  function GetAndClose() 
  {
    opener.location.href="prihlaska.php";
    window.close();
  }
-->
