function MM_openBrWindow(theURL,winName,features) {
   var fenster=window.open(theURL,winName,'width=500,height=375,top=0,left=0');
    fenster.moveTo(screen.width/2-250,screen.height/2-188);
}

