function openwindowablage(dateiname,breite,hoehe) { zwab=window.open(dateiname,'zwischenablage','toolbar=no,scrollbars=yes,status=no,menubar=no,location=no,resizable=yes,width='+breite+',height='+hoehe+',left=0,top=0'); zwab.focus(); }