function ApriImmagine(immagine) {
	window.open(immagine,'_blank','scrollbars=yes,width=500,height=400,top='+(window.screen.height/2-250)+',left='+(window.screen.width/2-200));
}
