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] = "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[3] = "shreds the detected threats,& shreds files &folders of your choice.It Includes a Sys. Cleaner,Sys. Optimizer &manager.";
fDesc[4] = "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[5] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs.";
fDesc[6] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[7] = ", spybots, malware and tracking threats from your PC. Provides real time protection.";
fDesc[10] = "includes a Firewall for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages.";
fDesc[12] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[13] = "components; sources of irritation that antivirus software does not deal with.";
fDesc[14] = "stop adware and spyware pop-ups, web popups, and block banners which will result in faster web browsing.";
fDesc[15] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts.";
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 = '...';
}
}