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