var fDesc=new Array();
fDesc[1] = "viruses, worms, Trojans and others. Keep in mind that there is not a 100% viruses program protection, you have to make your own precautions, like making Backups from your personal information. For security reasons save your information.";
fDesc[2] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware.";
fDesc[3] = "It can scan for wireless networks and try to hack in. It can try to decrypt database files like those of dBase, Excel, MS Access, FoxPro, etc.";
fDesc[4] = "against viruses, worms, trojans and other malicious processes trying to run on your system. Keep you PC clean and secure with a-squared Anti-Malware.";
fDesc[5] = "scanning all existing programs running, connecting to the internet, etc. It can also detect malware that installed itself in the form of ActiveX controls.";
fDesc[6] = "that rely on the virus and malware protection. The Suite offers complete security and peace of mind.";
fDesc[7] = "computer for malicious programs such as viruses, Trojans, backdoor programs, worms, malware etc. Furthermore it monitors every action executed by the user or the operating system and takes prompt action when a malicious program is detected.";
fDesc[8] = "disks, detects Dialer infections, removes and blocks dialers before they become active, removing all infections and restoring your PC to maximum performance.";
fDesc[9] = "other unwanted applications. Mamutu identifies the malware based on behaviour so some false positives are natural but if you are connected to the internet, it will show you what the community has done with the application so that you may be able to decide better";
fDesc[10] = "form in May 2008. It means that users can expect the current functionalities and up to date protection. This program will eradicate for you are virus, worm, Trojan, backdoor, Dialer, hijacker, BHO Browser Object and Malaria.";
fDesc[11] = "internet viruses, worms and Trojans, macro viruses and old executable viruses. It´s objectives are summarized in: Reability of healing viruses, fast scanning speed and a feature that everybody wants; does not disturb, because works in background.";
fDesc[13] = "with EasySpyRemover - the most popular spyware and adware remover tool online.";
fDesc[14] = ", spyware and adware communications, and stops viruses and worms before they attack your computer. It features a straightforward and intuitive user interface that provides a List containing the blocked entries and the ones you allow.";
fDesc[15] = "your system. It offers a unique combination of a high performance detection and removal engine coupled with a user-...";
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 = '...';
}
}