function MM_openBrWindow(theURL,winName,features) { //v2.0
  var newwin = window.open(theURL,winName,features);
  newwin.focus();
}


// JavaScript Document