function newWin(pagina) { venster=window.open(pagina,'andersP','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=350,height=600,screenX=50,screenY=0,top=50,left=800'); venster.focus(); }