var fDesc=new Array(); fDesc[0] = "AD Admin & Reporting tool is a powerful administration and reporting solution for Active Directory. It is simple, easy to use, cost-effective and comes with over 200 out-of-the-box reports and over 200 predefined one-click searches. Report results are presented in a variety of ways, providing easy understanding and meaningful comparisons by all readers. Reports can be easily customized to suit the needs of System Administrators, IT Managers and System Auditors. It provide reports that assist in both compliance (SOX, HIPPA) and management reporting. AD Admin & Reporting tool provides a very simple windows like interface to generate reports which you can print or export to various formats (Excel, csv and LDIF). It also provides a very simple and easy wizard to schedule reports using windows scheduler. Furthermore it also provides one click searches to query active directory a necessary tool for the help desk personals or administrators to enable/disable accounts, reset user password etc. AD Admin & Reporting tool provide administrators and developers with both LDAP and Active Directory view of the directory."; 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 = ''; } }