var fDesc=new Array(); fDesc[1] = "helps you to protect your computer from spyware and other potentially unwanted threats. Its redesigned and simplified user interface makes common tasks easier but still ensures the user is aware of the most urgent alerts."; fDesc[2] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield."; fDesc[3] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up."; fDesc[4] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe."; fDesc[5] = "non-commercial use only."; fDesc[6] = "with Spybot - Search & Destroy. This tool specializes in the removal of these kinds of threats while the Antivirus companies are barely just offering this."; fDesc[7] = ", and much more - to ensure that you have the power to protect yourself online."; fDesc[8] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms."; fDesc[9] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN."; fDesc[10] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it."; fDesc[11] = "websites and many other Internet threats. The program works quietly in the background detecting and eliminating viruses, spyware and Internet worms. It also protects your computer against hackers and blocks identity theft by phishing websites."; fDesc[12] = "computer versus spyware, keyloggers, hijackers,adware or trojans that cause problems and malfunction of your environment. It remains in memory and acts just when the malware appears."; fDesc[13] = "types of malware usually met through a Web browser. Unfortunately it is mostly useful for Internet Explorer than for other web browsers."; fDesc[14] = "and quarantine the infected files for immediate protection. This incredible program offers a complete PC scanning, including running processes, registry entries, files and folders."; fDesc[15] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology."; 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 = '...'; } }