var fDesc=new Array(); fDesc[0] = "LT Auditor is a comprehensive server and workstation security and audit tool. This software:
-provides unobtrusive security event monitoring of users, files, and system activity on Windows Server 2003/2008, Windows XP, Vista and Windows 7 systems;
-tracks sensitive files and directories using powerful filtering technology;
-immediate notification of security breaches via real-time alerts;
-granular reporting for faster and easier forensic analysis
-monitors all event logs including Active Directory;
-back up and clear event logs network-wide and archive to a central, secure database."; 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 = ''; } }