
function MM_openBrWindow(theURL,winName,features) { //v2.0
  var popupWindow = window.open(theURL,winName,features);
  popupWindow.focus();
}