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