function openwin(obrazek, width, height){
	width += 35; height += 35;
	window.open(obrazek, "Foto", "width="+width+",height="+height+",menubar=no, status=no, toolbar=no, scrollbars=yes, resizable=yes,left=100,top=100");
	return false; }

