var fDesc=new Array(); fDesc[0] = "LDAP Plus AD Help Desk Professional Tool provides a very simple windows-like interface to generate both AD and LDAP 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 or Linux cron. Furthermore it also provides one click searches to query active directory and LDAP, a necessary tool for the help desk personals or administrators to enable/disable accounts, reset user password etc."; 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 = ''; } }