function OtevriFoto(URL, rozmery) {
	var rozmery, text;
NoveOkno = window.open(URL, '_blank', rozmery,  'toolbar=0, location=0, directories=0, status=0, menubar=yes, scrollbars=yes'); 
	NoveOkno.focus();
} 
