function openwindow (url) { fenster = window.open(url, "page1a", "width=900,height=850,status=yes,scrollbars=yes,resizable=yes"); fenster.moveTo(screen.width/2-450,screen.height/2-425); fenster.focus();}