function popLargeImg(imgSrc){
  var winpops=window.open(imgSrc,"Pizzeria Pokusa","width=620,height=470,resizable");
}

function popupwind(URL, width, height) {
	var x=(screen.width-width)/2;
	var y=(screen.height-height)/2;
	day = new Date();
	id = 0;
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,status=0,location=0,statusbar=0,menubar=0,resizable=0,width="+width+",height="+height+",left="+x+",top="+y+"');");
}


