var fDesc=new Array(); fDesc[0] = "BES provides the means to authorize operators and allow those operators to monitor the configurations of authorized targeted systems on a network in the IT environment and also enables operators to take any necessary corrective actions, all from a centralized location. Created during installation of the TOE that includes URLs for the Server CGI programs and other site information in a signed MIME message. The Masthead is central to accessing and authenticating the enterprise action site. The TOE brings content into the enterprise based on subscribed Mastheads. A Masthead is required for communicating with the BigFix Fixlet Server as it contains all the site-specific information needed to deploy Fixlets."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }