var fDesc=new Array(); fDesc[1] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users."; fDesc[2] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals."; fDesc[3] = ", Windows Vista support, Windows security support, telnet access, multiple monitors support, various connection modes, etc."; fDesc[4] = "MySQL Administrator 1.2.9 MySQL Query Browser 1.2.9 rc MySQL Migration Toolkit 1.1.9 MySQL Workbench 1.1.9 alpha."; fDesc[5] = "to view the hidden folder even if the program is uninstalled. It´s easy to use and has no size limitation on the protected folders, but for the available space on disk."; fDesc[6] = "or Excel documents, Windows or Outlook Express logins that you forgot or you never knew. The program works through a step by step wizard that will ask you every data needed to retrieve the password."; fDesc[7] = "and power management functions. It works under Vista, supports USB hard disks and uses S.M.A.R.T. to give detailed reports on disks health."; fDesc[8] = "gain better visibility of how their databases are operating. It is freely available under the GPL. This product is designed to run on the following operating systems: Windows XP, Windows 2000, Windows NT, Windows 98 and Windows 95."; fDesc[9] = "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[10] = "lost. With this incredible program, you will never have to re-install and re-configure the operating system when you lose or forget the password."; fDesc[11] = ", companies, etc., as it offers a secure, fast and effective method for transferring files, sending messages, voice chat, shutdown, etc. In addition, we are allowed to change the connection properties, set up passwords, lock/unlock accounts, and more."; fDesc[12] = "WWW Server. This software is a must-have as it provides an economic yet secure remote control connection specially designed for enterprises, institutions, companies, etc, where it is necessary to easily communicate with multiple users."; fDesc[13] = "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[15] = "EnterpriseServer over a network. Its implementation will be justified for middle-sized and bigger networks. It provides a 45-day trial version for Network Administrators to assess its implementation in a particular network."; 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 = '...'; } }