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] = "powerful engine that allows you to perform quick, complete or custom scans of your system. Also, you can update its database for having the most current protection. A must-have program.";
fDesc[3] = "firewall, and it doesn't have any trouble working with them. ThreatFire is an easy to use and free tool, that will help you to improve your PC security tremendously.";
fDesc[4] = "unwanted and unauthorized access through internet or a network. PC Tools Firewall Plus monitors every application running 24x7 and saves your computer from trojan horses, keyloggers and other malware. You can manually set access for an application.";
fDesc[5] = "drives, memory, registry, folders and removable drives. You can customize your scanning identifying trusted items. The program detects and remove spyware, adware, malware, worms, dialers, trojans, keyloggers, rootkits, parasites, hijackers and other threats.";
fDesc[6] = "against the intrusive and malicious spyware that threaten your PC and your privacy. his incredible program stablishes a safeguard that automatically detects a potentially unwanted application and alerts you of the threat and providing you with effective blocking options.";
fDesc[7] = "threaten your PC and your privacy. The program effectively scans and eliminates adware, spyware, pop-up ads, keyloggers, Trojans, hijackers, malware, and other potentially unwanted applications.";
fDesc[8] = "friendly interface, no buttons. Just push “Update Database”, then “Scan System” and within 30 minutes the report of found malware (if such exists on your machine) will pop out. Options allow to adjust heuristic level. The database is huge and is frequently updated.";
fDesc[9] = ", spybots, malware and tracking threats from your PC. Provides real time protection.";
fDesc[10] = "Keyloggers are small spy programs that record everything you type on your computer, including documents, emails, usernames and passwords.";
fDesc[11] = "that silently logs your keystrokes and steal your passwords which are known as keyloggers. It will give you the ability to allow/disallow them and it has an easy to use interface and an automatic start option.";
fDesc[13] = "applications can become serious threats for your privacy. That is why it is very important to have effective tool for detecting and removing keyloggers from your computer. Keylogger Detector is a perfect candidate for becoming such a tool.";
fDesc[14] = "to block the system mechanisms that are exploited by keyloggers.";
fDesc[15] = "those that have been around for years.";
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 = '...';
}
}