function z(i,n,w,h){
	wnd=window.open('',i,'height='+h+',location=0,menubar=0,resizable=0,scrollbars=0,status=0,titlebar=0,toolbar=0,width='+w);
	wnd.document.write('<html><head><title>'+n+'</title></head><body LeftMargin="0" TopMargin="0"><center><img src="/miopizza/img/'+i+'.jpg" border="0"></center></body></html>');
	wnd.focus();
	return false;
}