var fDesc=new Array(); fDesc[1] = "modernized and now it contains many new features that make our navigation more comfortable and faster. Windows Malicious Software Removal Tool searches our computer for malicious software. In this version, we can choose to install Accelerators, Web Slices, Search Providers, and Add-ons."; fDesc[2] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge"; fDesc[3] = "Vista™. Windows Vista™ Gadget. Enhanced Realtime Monitor. Hostsfile Checker. LSP-Viewer. Online connection to a malware database. Integrated task scheduler. Three integrated skins."; fDesc[4] = "websites. Its powerful anti-phishing technology analysis all the websites you visit and alerts you if the site intends to steal your personal information."; fDesc[5] = "address of the user’s system, for preventing issues like identity theft, and guards the computer against hacker intrusions by concealing the IP address with a mere click of a button."; fDesc[6] = "protected against spyware? Well, now there's a complete suite with a lot of useful tools that will help you to be protected against all type of malware, and at the same time, it will help you to fix and repair your system in order to achieve the best performance."; fDesc[7] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[8] = "Suite, that automatically erases tracks left behind while surfing the web and working on your PC. This incredible also deletes surf history and footprint left behind using Messenger, Google Toolbar and Desktop Search, last files used, music lists in Media Player and search queries."; fDesc[9] = "and from your computer. This program will not only keep it free of unwanted visits, but will also allow you to configure the way your Internet connection is used. Suitable for both novice and expert users, with two selectable operation modes."; fDesc[10] = "Individual User."; fDesc[11] = "server defacement, spyware and other security intrusions. Recover a server in the time that it takes to reboot."; fDesc[12] = "product includes an easy-to-use Internet Security software with Anti-Virus, Firewall, Anti-Spyware and Parental Control."; fDesc[13] = "or a child remotely. Now your house and your relatives will be always near to you. Try New ActiveX v 2.0 Netvision!"; fDesc[15] = "security by allowing to limit and monitor incoming/outgoing traffic and time online for selected Windows 9x users."; 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 = '...'; } }