<!--
larghezza = 740;
altezza = 560;
var x = (screen.width-larghezza)/2;
var y = (screen.height-altezza)/2;
window.open("pagina.htm","","width=" + larghezza + ",height=" + altezza + ",left=" + x + ",top=" + y);
// -->