function fenster (datei)
   {
    var win;
    win=window.open (datei,"","top=100,left=200,width=640,height=480,scrollbars=yes");
   }