W2=null;function openWindow(URL,WinGrw,WinGrh){if (W2 !=null)if (!W2.closed)W2.close();WinFeatures='top=100,left=100,menubar=no,resizable=yes,width='+WinGrw+',height='+WinGrh;W2=window.open(URL,'Seite',WinFeatures);W2.focus();}function openScrollWindow(URL,WinGrw,WinGrh){if (W2 !=null)if (!W2.closed)W2.close();WinFeatures='top=230,left=700,menubar=no,resizable=yes,scrollbars=yes,width='+WinGrw+',height='+WinGrh;W2=window.open(URL,'Seite',WinFeatures);W2.focus();}function fz(){if (W2 !=null)if (!W2.closed)W2.close();}window.onunload=fz;function printMe() {parent.frames.haupt.focus();parent.frames.haupt.print();}