codice:
function PopUp(pagina,w,h) {
t = (screen.height-h)/2;
l = (screen.width-w)/2;
window.open(pagina, 'PopUp','scrollbars=yes,status=no,menubar=no,width='+w+',height='+h+',left='+l+',top='+w); 
}