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