var fDesc=new Array(); fDesc[0] = "LDAP Admin & Reporting Tool is a powerful LDAP Administration and reporting solution. It is simple, easy to use, cost-effective and comes with common object/user/group reports and 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. LDAP Admin & Reporting Tool also provides SQLLDAP support which allows you to query ldap using sql like syntax, mass update records with sql like syntax and export/ import records as update, delete and insert statements. ."; 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 = ''; } }