var newwin;
function MM_openBrWindow(theURL,winName,features) { 
  newwin = window.open(theURL,winName,features);
  {
        setTimeout('newwin.focus();',200);
        }
}