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] = "and quarantine the infected files for immediate protection. This incredible program offers a complete PC scanning, including running processes, registry entries, files and folders.";
fDesc[3] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[4] = "& folders for Spyware, Adware, Spybots, Malware, Spy Pop-ups, Keyloggers, and Unwanted Toolbars!";
fDesc[5] = "anti-spyware software provides the best spyware and adware protection available. Scan your PC now for FREE and see for yourself if your PC is infected!";
fDesc[6] = "multi-language support. It scans your memory (for active memory ad components, registry and hard drives for known SpyWare parasites and scum-ware components and lets you remove them safely even ad component DLLs.";
fDesc[7] = "greatest online threats like multi Adware, SpyWare, Trackware, Thiefware and Big Brotherware. This tool will thoroughly scan you system to detect and remove infected files and registry entries.";
fDesc[8] = "award-winning Real-Time protection. Features include Pop-up Blocker, Phishing protection, Hi-jack killer & much more. Download STOPzilla now.";
fDesc[9] = "with EasySpyRemover - the most popular spyware and adware remover tool online.";
fDesc[10] = "includes a Firewall for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[14] = ", data-mining, aggressive advertising, parasites, scumware, browser hijackers, key loggers and tracking cookies.";
fDesc[15] = "of protection hard at work defending each user. Also optimizes registry, scans for harmful cookies and even, protects removable drives.";
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 = '...';
}
}