function apri(pagina,xwidth,xheight){ 
	alth= screen.height/2
	largh = screen.width/2
	alth1=xheight/2
	largh1=xwidth/2
	alth=alth-alth1
	largh=largh-largh1
   	immage = window.open(pagina,"popDialog","width="+xwidth+",height="+xheight+",scrollbars=0,top="+alth+",left="+largh)  
	immage.window.focus();

}





