var fDesc=new Array(); fDesc[1] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week."; fDesc[2] = "system administration and automation. Previously, we were using JScript ( Java Script ) and VB Script for this purpose. Here, its all available in powershell. It is also more secure than the Java Script and VB Script."; fDesc[3] = "administrators including security alerts and customized reports about hardware and software, network audit, change management and network monitoring. It also reports on a single PC."; fDesc[4] = "professionals, is so easy that can be used by any PC user or security enthusiast. If the computer isnt connected to a network it will run the simple test (recommended) and display the security vulnerabilities and actions to take."; fDesc[5] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective."; fDesc[6] = "Tomcat is very helpful for a developer and it is compliant with almost all the security standard features required for the system administrators. It has very valuable features such as SSL support, authentication schemes, Apache integration among others."; fDesc[7] = "Novell Netware Servers. Novell Client can be used to view and access network resources, capture and manage printers, map drives, manage network passwords and manage rights to drives/folders/files."; fDesc[8] = "PDF documents with Microsoft indexing clients. This allows the user to easily search for text within Adobe PDF documents. Key benefits: Integrates with existing operating systems and tools within your company Provides an easy solution to search within Adobe PDF documents located on your computer, your company network, and your company intranet Greatly increases your ability to accurately locate information IFilter is a Microsoft specification for filtering text. Further information can be found on the Microsoft Web site."; fDesc[9] = "Quest Software's Toad for MySQL leverages Quest Software's database expertise to empower MySQL developers and administrators, of varying skill levels."; fDesc[10] = "in your system. This tool is specially useful for System Administrators and Drivers Developers. This program runs on Windows NT 4, Windows 2000 and Windows XP platforms. When you run the program, it will show you the list of installed drivers that were detected."; fDesc[11] = "have several computers on the network and need some information about them. Find MAC Address carries out a rather simple task, but it allows you to get a lot of information. It can identify the MAC address of any computer connected to your network."; fDesc[12] = "run an audit of account passwords to then take proper action. What it does is to expose insecure passwords, and the program also displays how secure a network would be under attack."; fDesc[13] = "administrators with real time status of Microsoft Exchange Server services, mail queue sizes, and host server health indicators."; fDesc[14] = "system admins to connect and control remote computers and gain access to their desktop, make file transfers, make chat conversation with the remote computer users. The enterprise edition has many exclusive features that are not found in free or personal editions."; fDesc[15] = "of computers in their networks. This inventory collects a lot of information about software and hardware present in the computers connected to the network without the need of installing a client in those computers. It includes a Report Builder."; 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 = '...'; } }