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

