function openwindow (Adresse, width, height) { Fenster1 = window.open(Adresse, '', "width="+width+",height="+height+",left=100,top=100,scrollbars=yes,resizable=yes"); Fenster1.focus(); } //