function openWindow()
  {
  var myWin=window.open("bestimmungen.php","bestimmungen","width=400,height=480,locationbar=no,status=no,scrollbars=yes,resizable=yes,toolbar=no,top=20,left=20,screenX=20,screenY=20");
  myWin.focus();
  }