      function fotka(adresa,x,y) {
       window.open("fotka.php?url=" + adresa,"","width=" + x + ",height=" + y + ",scrollbars=auto,resizable=yes");
      };
