salve a tutti
qualcuno di voi sa come centrare un popup al centro dello schermo in automatico
io sto usando
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,men ubar=0,resizable=0,width=790,height=550,left = 50,top = 50 ');");
}
// End -->
</script>

ma come vedete
left = 50,top = 50 mi da gli spazi in altezza e sinistra

come si puo centrare sullo schermo?