var fDesc=new Array(); fDesc[1] = "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[2] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; fDesc[3] = "communication, files, etc., providing a comprehensive protection against malware, e-mail, viruses, phishing,malicious contents, spywares, spam,hijackers, threats and all kind of attacks on-line."; fDesc[6] = "on your machine. If you already have an antivirus installed, you don´t need to uninstall it, and you´ll get a \"second opinion\" about your system´s health."; fDesc[11] = "Windows, from all the attempts of non-authorized access to data, as well as from the hacker attacks both from Internet and Intranet."; fDesc[12] = "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[14] = "protects you from malicious distributors, adware-free, no spyware, no adware, guaranteed. But after testing it, I believe that yes... this program does not contain malware, but it is only a tool used to install malware on your computer"; fDesc[15] = "Zero-Hour Virus Outbreak Protection and antivirus protection from Kaspersky Labs."; 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 = '...'; } }