function popup(nurl)
  {
   AktuellFenster = window.open(nurl, "Aktuell", "width=800,height=520,resizable=yes,scrollbars=yes");
   AktuellFenster.moveTo(162,250);
   AktuellFenster.focus();
  }



  
  
