ce l'ho fatta!
Vi posto il cod, se mai vi servisse

</script>
<script language="Javascript">
var w = 300;
var h = 300;
var pw = Math.floor((screen.width-w)/2);
var ph = Math.floor((screen.height-h)/2);
newwindow=window.open("nome_popup.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw)
window.opener=self
</script>

Hola a todos