var fDesc=new Array();
fDesc[1] = "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[2] = "gives you a simple solution to maintain your anonymity and protect your privacy when accessing wi-fi hotspots.";
fDesc[3] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[4] = "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[5] = "programs. Ease of use, Active Defense technology, Patented Unknown Virus Scan&Clean technology and Patented Smartupdate technology make RISING Antivirus ' install-and-forget ' product that lets you focus on what you really want to do.";
fDesc[6] = ", anti-spyware, and firewall security features a first-class PC backup and restore service. The program protects your computer from viruses, worms, Trojan horses, hackers, phishing, and other threats.";
fDesc[7] = ", phishing, adware, spyware, bots and drive-by downloads. Includes: AntiVirus, AntiAdware, AntiSpyware, AntiPhishing, AntiRootkit, EmailScanner, WebGuard.";
fDesc[8] = ", Trojan, adware, spyware, auto dialers, key loggers, hackers, and other malware, attacks and menaces coming from the Internet. It also protects our computer from unauthorized access to and from the Internet.";
fDesc[9] = ", rootkits, trojans, worms and malware in general, in all folders,diretories and all kind of files. The user can select the way of updating, the scan to be performed, the scanning schedule, and the paths to be scanned.";
fDesc[10] = "protection. Highly awarded program with many many features such as Antivirus, Security Server, Stealth Mode, SmartDefense, DefenseNet, among others,";
fDesc[11] = "real-time scanning. Besides many features, this program will even detect new threats before virus protection updates are created, and it is possible to set your computer to be scanned at a convenient time by a scheduled scan. And on top of all, this program has a user-friendly interface.";
fDesc[12] = "computer for malicious programs such as viruses, Trojans, backdoor programs, worms, malware etc. Furthermore it monitors every action executed by the user or the operating system and takes prompt action when a malicious program is detected.";
fDesc[13] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
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] = ", in other words this is a kind of powerful detergent that leaves your system completely clean of all types of spyware, adware, Trojans and malware files.";
fDesc[16] = "consumption, is one of the leading antivirus software applications on the market today.";
fDesc[17] = "Iolo Antivirus blocks malware, removes malicious code, shields your files from theft and damage, and guards your privacy.";
fDesc[18] = "scanning modified items only, while Host Protection detects virus-like behavior and blocks malicious activity in advance";
fDesc[19] = "Worms, Trojans, ad-wares, Mal-wares and Spy-wares form your computer and/or from removable drives. Just by a single click you can scan your whole system.";
fDesc[20] = "solution for all problems arising due to virus attacks, but you could get this tool to avoid your system from getting infested with virus attacks.";
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 = '...';
}
}