var fDesc=new Array(); fDesc[0] = "VMware DISA Compliance Checker for Windows is a free program that provides a real-time compliance check for Microsoft Windows based systems, with respect to DISA requirements. The tool collects data from these systems and provides a report showing which requirements are met and which ones are not. This summary of DISA compliance can be used to drive a remediation or mitigation strategy and also help organizations prepare for audits."; 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 = ''; } }