function aprialcentro(pagina,larghezza,altezza) {
 open(pagina, "", "width="+larghezza+",height="+altezza+", left="+((screen.width-larghezza)/2)+",top="+((screen.height-altezza)/2)+",scrollbars=1,resizable=1");
}

