F1=""
function wopen(datei,sb)
{
if (F1.closed == false) F1.close();
F1 = window.open(datei,'F1','width=650, height=630, top=50, left=100, menubar=NO, toolbar=NO, scrollbars=YES, status=NO, resizable=NO');  
F1.focus(); 
}

