... così:

codice:
function aprialcentro() { 
open("a.html", "", "scrollbars=yes,width="+larghezza+",height="+altezza+", left="+((screen.width-larghezza)/2)+",top="+((screen.height-altezza)/2)+""); 
}
Ciao !