var fDesc=new Array(); fDesc[0] = "Active Directory Users and Computers search tool.

Features

- Multiple search options for querying Active Directory objects.
- File System Browser.
- Directory Permissions Viewer.
- Includes a TreeView that allows viewing of all user object attributes, even customized attributes.
- Includes a TreeView that allows viewing of all computer object attributes, even customized attributes.
- WMI Query Browser - View all computer hardware/software information.
- Ability to open files through the directory browser.
- Copy and Paste file path to external sources.
- Export DataGridView to text file or external source."; 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 = ''; } }