var fDesc=new Array(); fDesc[0] = "This MED-V Configuration Pack tracks the successes and failures of FTS using the Desired Configuraiton Manager in Configuration Manager 2007. After MED-V and its required components are installed, MED-V must be configured. The initial configuration of MED-V is known as first time setup (FTS). This is a critical step and if not completed users will not be able to use MED-V. This MED-V Configuration Pack provides a way for administrators to use the Desired Configuration Management feature of System Center Configuration Manager to track the successes and failures of FTS."; 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 = ''; } }