var fDesc=new Array(); fDesc[1] = "allows us to perform a task, as if we are in real mode, but all the new files, downloaded content, change of configuration and so on will only exist in the virtual world. While working on a virtual mode we are protected from external attacks, threat and so on."; fDesc[2] = "which assist the user in performing total clean up of the PC. Whenever user uninstalls any software, temporary files and files not deleted often remain on the hard disk, but the \"Clean Uninstaller\" tool takes care of this problem."; fDesc[3] = "ideal client for enterprises that are deploying identity-based (wired 802.1X) networking. Odyssey Client fully supports wired 802.1X connections, and saves time and effort by permitting one-time deployment of wireless and wired 802.1X access."; fDesc[4] = "buffer overflow attacks. It protects your system by detecting suspicious code executions in the stack or heap section of your computer memory"; fDesc[6] = "personal computers against hackers. Built on ICSA-certified security technology, it is also an integral part of The Tiny Software Centrally Managed ..."; fDesc[7] = "a new version of Watchman, a specially designed tool to protect your system in a reliable way. What this anti-spam and anti-spy tool does is quite simple: it keeps your system safe from unwanted intruders."; fDesc[8] = "privacy. It is attractive, secure, and very easy to use. It starts automatically with Windows and optionally activates desktop lock..."; fDesc[9] = "or presently being developed anywhere. Once installed our anti-spy software will protect your privacy immediately."; fDesc[10] = "to make administrator life easier."; fDesc[11] = "allow intruders to access anything without a username and password. There is system tray support, password recovery, and locking screen saver."; fDesc[12] = "changes to various settings of the Windows system, such as Control Panel, Desktop, Local Security Policies, Outlook Express account settings and more."; fDesc[13] = "and other malicious software entities, making your PC invisible on the Internet and making your IP anonimous when surfing."; fDesc[15] = "Securing your Desktop has never been so easy."; 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 = '...'; } }