var fDesc=new Array(); fDesc[0] = "Assuria Auditor measures, manages and enforces security policies across a wide range of operating systems using a host-to-network view of critical systems and servers. Assuria Auditor assesses host security, detecting and reporting system security weaknesses.

Assuria Auditor’s methodology simplifies the creation of system security baselines for users, groups, shares, services and critical system files, and easily fits in with existing business processes.

Fully scalable for enterprise installations, Assuria Auditor manages large agent populations, with an optional web interface for distributed security management."; 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 = ''; } }