function zvetsi(cesta,titul,alt,x,y,jazyk) {
	if (window.obraz) obraz=window.obraz.close();
	obraz=window.open("zvetsi_nav.php?nazev="+titul+"&cesta="+cesta+"&alt="+alt+"&jazyk="+jazyk, "obrazek", "width="+(x)+", height="+(y)+", menubar=no, directories=no, toolbar=no, location=no, status=no, scrollbars=no, resizable=yes");
}
