function otvori(t, sirina, visina) {
		
		s=new Image();
		s.src=t
	    
		if ( parent.prozor) { prozor.close(); }
		prozor=window.open("","novi",'resizable=no,left=20,top=20,asreenx=20,screeny=20,width=' + sirina + ', height=' + visina);
		prozor.document.open();
		prozor.document.write("<html><head><title>Foto galerie - UBYTOVÁNÍ V CHORVATSKU.cz</title>");
		prozor.document.write("</head><body  leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'><table cellspacing='0' cellpadding='0' border='0'><tr><td>");
		prozor.document.write("<a href='#' onClick='window.close()'><img src='"+s.src+"'alt='klikem-zavrit' border='0'></a></td></tr></table></body></html>");
		prozor.document.close();
		
	}
