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] = "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[3] = "of several registry keys. You can explore the tweak database, select and apply tweaks, save them in profiles, perform undo operations and more.";
fDesc[4] = "Networking Spybot - Search & Destroy, TrendMicro CWShredder, JavaCool Software SpywareBlaster, Ewido Micro Scanner or demos, like Eset NOD32 antivirus system, Webroot Spy Sweeper, PC tools Spyware doctor, McAfee VirusScan SuperDAT, SunBelt CounterSpy.";
fDesc[5] = "background TrojanHunter is a must-have complement to your virus scanner.";
fDesc[6] = "sure that your computer is at safe of unwanted files which may cause your computer to run wrongly. Easy to use and fast to download, this software protects your pc from external and internal threats.";
fDesc[7] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!";
fDesc[8] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs.";
fDesc[9] = "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[10] = ", spybots, malware and tracking threats from your PC. Provides real time protection.";
fDesc[11] = "and a lot of other tools. It works with three files: one Destination file representing the target language that you work on, one Source file that is used to display the texts to be translated, and one Reference file that contains all possible fields, in case the Source file hasn't been translated completely yet (for Spybot-S&D and FileAlyzer, the English language is the Reference as that language is always complete).";
fDesc[13] = "security! Fast System Scanning, Live Protection Shields, Immunization and Cookie Shields stop threats before they infect your PC! FREE DOWNLOAD.";
fDesc[14] = "includes a Firewall for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[15] = "by blocking access to over 10,000 sources of spyware, adware, advertisements, tracking cookies, and other threats from reaching your computer.";
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 = '...';
}
}