      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=yes,resizable=yes,status=yes,'+
              'width=500,height=500,top=10,left=10');
		Win.focus();
		
      }
