<!-- Open Browser Window 
 // This JS used on pages for the Web Content SIG

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

// -->