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

