var fDesc=new Array(); fDesc[1] = "several IT and networks specialists by more than 5 years. I remember that back in the day, this application was the only application of its kind. What this application does is let you manage your workstations from a single application."; fDesc[3] = "Directory integration; server management; user management; service monitoring and control; event management; job and task scheduling; printer management; disk and file administration and reporting and exporting."; fDesc[4] = "and the Windows Event Log) using standard SQL statements (with SELECT and WHERE syntax). The output can be plain text files, CSV, XML, HTML and more."; fDesc[5] = "was designed for engineers to make detailed network documentation - from basic diagrams to CISCO networking topology, and even physical diagrams."; fDesc[6] = "settings can be saved in the Active Directory or in the LDAP directory server, so user can be authenticated with the Active Directory data or against the LDAP directory server."; fDesc[7] = "properties from remote computers within your network environment. It shows the features of the objects, credentials and status and retrieves Host Name/IP address, description, domain, OS type, OS version, OS platform ID, last connection check, WMI namespace and so on."; fDesc[8] = "tasks for NT and Active Directory such as automated user creation, mass assigning Microsoft Exchange mail boxes, or set folder permissions."; fDesc[9] = "publisher Special Operations Software claims that this tool works well on Windows XP/2000 and 2003 platforms. Also, the Publisher is a Microsoft Gold Partner."; fDesc[11] = "creating html lists of files and folders from any drive on your computer. It can also be used for creating site maps of your web"; fDesc[12] = "installation. ADR has an extensive reports list with over 100 out of the box reports for Users,Computers,Groups ,Exchange,GPO,OU"; fDesc[13] = "Server. Intuitive user interface, command line opertation supported."; fDesc[14] = "users, disabled users, locked out users, inactive computers and disabled computers."; fDesc[15] = "on a daily basis. The report includes the 4 \"W\"s-Who, What, When, and Where-of all changes."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }