
function Open_foto2(nazov)
{
	var width = 800;
	var height = 545;
	window.open("foto/" + nazov +".jpg","Foto", "toolbar=no,directories=no,status=no,menubar=no,scrollable=no,scrollbars=no,resizable=yes,width="+width+",height="+height+",top=0,left=0");
}

