function NeuFenster(datei) { F2 =
 window.open(datei, "Zweitfenster", "width=380,height=380");
 F2.focus();}
function NeuFensterBig(datei) { F2 =
 window.open(datei, "Zweitfenster", "width=700,height=700");
 F2.focus();}
function NeuFensterDrawing(datei) { F2 =
 window.open(datei, "Zweitfenster", "width=910,height=650");
 F2.focus();}
function Resize () {
  /* document.all.DynText.style.backgroundColor = "";*/
  document.all.DynText.style.height = document.body.clientHeight-171+"px";
   /* alert("Gesamthoehe div: " + document.all.DynText.style.height) */;
  }

