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