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

