var fDesc=new Array(); fDesc[1] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent."; fDesc[2] = "non-commercial use only."; fDesc[3] = "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[4] = "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[5] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership."; fDesc[6] = "developer's website and evaluate for free for a 30-days period. The program is very easy to install and anybody can do it, but during installation we have to restart Windows twice, firstly, after uninstalling any other antivirus program and to activate the program itself."; fDesc[7] = "viruses, spyware, phishing attacks, and rootkits. The program features a simple and intuitive user interface, which makes it really easy to use. The application scans files during boot, recently accessed files, packed files (although not archived files) and incoming and outgoing e-mails."; fDesc[8] = "antikeyloggers, antispam and identity theft protection, and remote control monitoring, with several options to set for a personal use of the application. The AntiSpyware protection can be turned on/off manually, scan the system anytime, update the spyware database, etc."; fDesc[9] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!"; fDesc[10] = "this product are real-time shield, behavioural analysis, automatic and traditional antivirus scanner, real-time protection of sensitive files belonging to the system, protection for Messenger, ProcessWatch II advanced memory analysis tools and NetWatch advanced network analysis tools"; fDesc[11] = "is powered by Kaspersky Antivirus 6.0. The Shield Deluxe 2008 downloads its updates from the Kaspersky site. The antivirus protection uses both a reactive method (using signature databases) and proactive protection (behavior blocker and heuristic analysis)."; fDesc[12] = "Iolo Antivirus blocks malware, removes malicious code, shields your files from theft and damage, and guards your privacy."; fDesc[13] = "for all types of viruses and its automatic, daily upgrades."; fDesc[14] = "for Microsoft Windows that is easy to install on your computer and gives you the best protection you can get."; fDesc[15] = "This browser hijack protection is intended to cover those security gaps left by firewalls and antivirus protections. It performs monitoring actions on delicate issues of your system for all sort of threats, no matter which software is attempting to provoke the trouble."; 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 = '...'; } }