function webkritik(name)
{
  para="scrollbars=no,status=no,width=400,height=280,menubar=no,locationbar=no,resizable=no,hotkeys=no";
  var links = (screen.width - screen.width) + ((screen.width - 400) / 2);
  var oben = (screen.height - screen.height) + 10;
  fenster = window.open(name,"Webkritik",para);
  {
    fenster.moveTo(links,oben);
  }
}
