var fDesc=new Array();
fDesc[1] = ", and much more - to ensure that you have the power to protect yourself online.";
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] = "your system as well handles innumerable tasks.This multi-functional tool is exclusively designed to configure your Notebook or Desktop for functioning more smartly.";
fDesc[4] = "everything that you need to keep your PC running like new, without any problems or crashes. A real time virus scanner keeps an eye on the processes running in your system and online. Most of the problems and viruses are stopped before they infect your PC.";
fDesc[5] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback.";
fDesc[6] = "are given Firewall protection, Anti-Spyware, Email scanning and real-time scanning tools to help you in keeping your computer safer than ever.";
fDesc[7] = "virus, bots, tracking cookies, Spam, Spyware and hackers. PC Tools Internet Security offers Firewall as well that protects your important data by stopping hacker from gaining access to your computer.";
fDesc[8] = ", firewall and parental control. Trend Micro Internet Security Pro enables you to browse the web safely and also keeps your identity and private data safe.";
fDesc[9] = "worry, Anti Trojan Elite is able to analyze, detect and remove all kinds of trojans and keyloggers from your PC. Anti Trojan Elite is the perfect complement together with your antivirus, because it's specially created to detect and destroy the popular Trojan virus, which are very destroyers.";
fDesc[10] = "possible vulnerabilities, checking network for all potential methods that a hacker might use to attack it and create a report of potential problems that were found.";
fDesc[11] = "scanning all in one. Anti-virus provides protection against virus threats and adware that may harm your PC and data while you are browsing the internet. ZoneAlarm Anti-virus offers very flexible virus scanning for your computer.";
fDesc[12] = "Window Power Tool is the No. 1 System Optimizer for Windows 95/98/Me/NT4/2000/2003 /XP. It not only increases Internet Speed but also make Windows Run faster and Smoother. It gives more RAM, frees up wasted memory,cleans disk space and boosts Performance.";
fDesc[13] = "personal information with a password. The program has a very user-friendly interface that enables you to locate its useful tools without having to launch them separately.";
fDesc[14] = "have a EarthLink Access. The program offers a real time protection against identity theft and other threats with a ScamBlocker, Pop-Up Blocker, Spyware scan and other security tools.";
fDesc[15] = "ZoneAlarm Anti-spyware offers a firewall that provides inbound protection by blocking unwanted access to your computer and outbound protection by controlling program access to the web. ZoneAlarms Anti-spyware provides E-mail protection that saves your PC from adware or spam.";
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 = '...';
}
}