// JavaScript Document
  function NeuFenster()
  {
  myWin= open("bildungundinformation/vuz/web/index.html", "displayWindow",
    "width=510,height=600,dependent=no,menubar=no,resizable=no,locationbar=no,screenX=0,screenY=0,scrollbars");
  }
