function MM_openBrWindow(theURL,winName,features) {
  var fenster=window.open(theURL,winName,features);
  setTimeout(fenster.focus(),5000);
}
