Grazie mille, ho risolto così:
codice:
<script type="text/javascript">
<!--
function autoCentra(imm, altezza, larghezza){
	var w = altezza;
	var h = larghezza;
	var l = Math.floor((screen.width-w)/2);
	var t = Math.floor((screen.height-h)/2);
	var testo = window.open(imm,"","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l,"", "");
	testo.document.write("<html>\n");
	testo.document.write("<head>\n");
	testo.document.write("<title>Galleria</title>\n");
	testo.document.write("<basefont size=2 face=Tahoma>\n");
	testo.document.write("</head>\n");
	testo.document.write("<body topmargin=0 leftmargin=0 bottommargin=0 rightmargin=0>\n");
	testo.document.write('[img]+imm+[/img]\n'); 
	testo.document.write("</body>\n");
	testo.document.write("</html>");
 }//-->
</script>

Apri la popup