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