function fenster (datei)
   {
    var win;
    win=window.open (datei,"","top=100,left=250,width=800,height=640,scrollbars=no");
   }
