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