var fDesc=new Array();
fDesc[1] = "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[2] = "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[3] = "scanner in the world!";
fDesc[4] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[5] = ", spybots, malware and tracking threats from your PC. Provides real time protection.";
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] = "spyware, adware, Trojan horses, keyloggers, and trackware components, sources of irritation that many antivirus products do not deal with.";
fDesc[8] = "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[9] = "with EasySpyRemover - the most popular spyware and adware remover tool online.";
fDesc[10] = "confidential information, to those that diminish the performance of your computer.";
fDesc[11] = "includes a Firewall for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[13] = "by blocking access to over 10,000 sources of spyware, adware, advertisements, tracking cookies, and other threats from reaching your computer.";
fDesc[14] = "processes,show all open ports and maps them to running processes,terminate or block any process.Protect your system from viruses,trojans and spyware.";
fDesc[15] = "components; sources of irritation that antivirus software does not deal with.";
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 = '...';
}
}