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] = ", spybots, malware and tracking threats from your PC. Provides real time protection.";
fDesc[4] = "with EasySpyRemover - the most popular spyware and adware remover tool online.";
fDesc[5] = "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[6] = "cookies, adbots, spybots, rootkits, browser hijackers, phishing attacks, backdoors and other malware threats.";
fDesc[7] = "Horses, Hacker Tools and Keyloggers.";
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 = '...';
}
}