Hola Finisterre!!
Prueba con esto:
Código PHP:
<script type="text/javascript">
function popUp(URL) {
iz=(screen.width-document.body.clientWidth) / 2;
de=(screen.height-document.body.clientHeight) / 2;
ventana=window.open(URL, "", ' toolbar=0,scrollbars=0,location=0,statusbar=0,menu
bar=0,resizable=0,width=450, height=165, left='+iz+', right='+de);
}
</script>