function mypopup() {
  mywindow = window.open ("aktuelles.html","mywindow","location=0,status=0,scrollbars=1,width=548,height=670");
  mywindow.moveTo(0,0);
} 
