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