F1=""
function wopen(datei)
{
if (F1.closed == false) F1.close();
F1 = window.open(datei,"F1","width=1050, height=490, top=50, left=100, location=NO, menubar=NO, toolbar=NO, scrollbars=AUTO, status=NO, resizable=NO");
F1.focus(); 
}


