function MM_openBrWindow(theURL,winName,features) {
   var fenster=window.open(theURL,winName,'width=600,height=700,top=0,left=0');
    fenster.moveTo(screen.width/2-300,screen.height/2-350);
}

