      function FotoOkno(subor){
	  cesta = new String("./podstranky/zobraz_foto.php?subor="+ subor);

		Win = window.open(cesta, 'Foto',
              'toolbar=0,menubar=0,location=no,directories=no,'+
              'scrollbars=no,resizable=yes,status=yes,'+
              'width=500,height=500,top=0,left=0');
		Win.focus();
      }
