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

