var fDesc=new Array(); fDesc[1] = "non-commercial use only."; fDesc[2] = "restrictions about how many clients can connect to a server. It is free of charge for non-commercial purposes. The Server browser allows you to search for public servers. Little suggestion to make: private text message get lost in the other diagnostic messages."; fDesc[3] = "e-mail, calendaring, group scheduling, to do list and more. Notes users can exchange messages via the Internet, work with any Web application, read and post topics to Internet newsgroups, search Web directories, and use X.509 certificates for security. Notes even lets you access your e-mail and other applications while you're off-line -- with full fidelity -- and gives you the option to synchronize your work later."; fDesc[4] = "packages. You can simply backup your activation keys to a file or print."; fDesc[5] = "definitely one of the best database managers for MySQL I ever seen. Manage multiple servers, databases, tables, indexes, stored procedures... Perform complex SQL queries, execute scripts, and more."; fDesc[6] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there."; fDesc[7] = "Smart Security installed on your network. In order to achieve this, it requires an already configured Eset Remote Administrator Server, user credentials for the server and at least a power user permission in the Windows environment."; fDesc[8] = "world with ESET Remote Administrator Server. This functionality is an extremely necessary for the corporate environment with more than one location or in management systems that work in remote or traveling."; fDesc[9] = "makes it possible for developers, designers, bloggers, etc., to easily create and manage MySQL databases. The program's interface proves to be very smart and user-friendly, with many tools and helpful wizards."; fDesc[10] = "remotely from Windows XP in Windows Vista and Server 2008, tools such as: DHCP, Print Server, Active Directory Domain and Certificate Services, DNS Server Service Tools, Shared Folders Tools and others."; fDesc[11] = "restrictions, IP restrictions, virtual folders, resume support, real time activity viewer, real time control and much more."; fDesc[12] = "Apache Server. It also allows you to adjust many parameters in an easy way. It can manage many Apache Web Servers with different versions hosted in different platforms (Linux, Windows or UNIX). Apache Admin works on Windows platforms."; fDesc[13] = ", Novell eDirectory, Oracle Directory, IBM Tivoli Directory, Microsoft Active Directory or any v2/v3 directory"; fDesc[14] = "changes to the your desktop. Protect your privacy. Functionality can be password protected to prevent tampering. Security Tool."; fDesc[15] = ", softwares... Reporting for inventories to Access, Excel, HTML, Text."; 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 = '...'; } }