var fDesc=new Array();
fDesc[1] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more.";
fDesc[2] = "are given Firewall protection, Anti-Spyware, Email scanning and real-time scanning tools to help you in keeping your computer safer than ever.";
fDesc[3] = "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.";
fDesc[4] = "distributes virus or spyware. When you are browsing the web you may enter a web site infected from virus or a web site that can send trojan horses and tracking cookies like malware to your PC. ZoneAlarm Spy Blocker warns you against such sites.";
fDesc[5] = "for a 30-day period. We can use this software to remove obsolete, invalid, damaged registry entries, improve system and network performance, computer speed and stability, update and backup our PC drivers, etc. It runs under Windows Xp and Vista (32-bit) operating systems.";
fDesc[6] = "anti-malware software you will be able to protect your Windows-based PC against all kinds of malicious software, including spyware, adware, key-loggers, browser hijackers, malware and many other intrusive programs, which may pose a threat to your privacy and security.";
fDesc[7] = ", the program includes anti-spyware protection to ensure that your computer remains safe and will not be affected by internet attacks.";
fDesc[8] = "one package. Very known and easy to use toolbar and user interface and every function of a security software makes BullGuard a very compact and useful software.";
fDesc[9] = ", protected, and keep it far away from external attacks, such as viruses, Trojans, adware, malware, spyware and all types of unsolicited activities while connected to the Internet both at work and at home.";
fDesc[10] = "market.However, its protection leaves a lot to be desired. In testing, its anti-spyware performance was not so good as other programs, but if you're a not a heavy internet user it may work for you.";
fDesc[11] = "proactive protection against virus, malware, adware, intruders attack, spam, Trojans, spyware and other malicious applications that run without our authorization, and can cause computer crash, and serious security and privacy problems.";
fDesc[12] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[13] = "spyware program that is easy to install and use. SPYWAREfighter is your protection against spyware, adware and other unwanted software.";
fDesc[14] = "However, its protection leaves a lot to be desired. In testing, its anti-spyware performance was not so good as other programs, but if you're a not a heavy internet user it may work for you.";
fDesc[15] = ", dialers and adware applications from your computer. The program can prevent the changes in Internet Explorer's settings and stops installations of unwanted toolbars. The program supports scheduled scans.";
fDesc[16] = "the computer, including hidden ones, and displays their color-coded threat rating based on the intelligent analysis of all hidden properties.";
fDesc[17] = "environment by terminating all malicious spyware infestations like spyware, malware, adware, spybot parasites, botnets and others of their family. It provides complete protection for your privacy.";
fDesc[18] = "surfers experience when their browsing spree has been spoiled by pop-ups or they find themselves the target of browsing tracking in order to get bombarded with spam, this neat anti-spyware program claims to sort out the problem.";
fDesc[19] = "detect and wipe out all kind of threats like trojans, spyware, adware or piracy tools. You can try PestPatrol with a trial licence key for one year.";
fDesc[20] = "ZoneAlarm Anti-spyware offers a firewall that provides inbound protection by blocking unwanted access to your computer and outbound protection by controlling program access to the web. ZoneAlarms Anti-spyware provides E-mail protection that saves your PC from adware or spam.";
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 = '...';
}
}