var fDesc=new Array(); fDesc[0] = "ADAudit Plus is a real-time, web based Active Directory change auditing and reporting solution. You can monitor user logon activity in real time on Domain Controllers with pre-configured audit reports and e-mail alerts, run periodic archiving of audited events data to save on disk space, choose from the 200 schedulable pre-configured audit reports or create custom reports, and more."; 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 = ''; } }