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