var akkuna=null; function Uusikkuna(url,nimi,leveys,korkeus){ var vaaka=(screen.width)?(screen.width-leveys)/2:0; var pysty=(screen.height)?(screen.height-korkeus)/2:0; var asetukset='height='+korkeus+',width='+leveys+',top='+pysty+',left='+vaaka+',resizable=1' akkuna=window.open(url,nimi,asetukset) if(akkuna.window.focus){akkuna.window.focus();} }