/******************************************************************************
**Popup öffnen                                                               **
******************************************************************************/
var newwin;
function MM_openBrWindow2(theURL,winName,features) {
   newwin = window.open(theURL,winName,features);
   newwin.moveTo(screen.width/2-310,screen.height/2-250);
}