function okno550x350(path) {
	window.open(path,"l01","width=550,height=350,toolbar=0,directories=0,menubar=0,status=0,resizable=0,location=0,scrollbars=0,copyhistory=0");
}

function okno550x225(path) {
	window.open(path,"l01","width=550,height=225,toolbar=0,directories=0,menubar=0,status=0,resizable=0,location=0,scrollbars=0,copyhistory=0");
}

function okno250x400(path) {
	window.open(path,"l01","width=250,height=400,toolbar=0,directories=0,menubar=0,status=0,resizable=0,location=0,scrollbars=0,copyhistory=0");
}

function nahled(img) {window.open("nahled.php?img="+img,"nahled","width=100,height=100,toolbar=0,directories=0,menubar=0,status=0,resizable=0,location=0,scrollbars=0,copyhistory=0");}

