var fDesc=new Array();
fDesc[1] = "home use. This program protects you from viruses and spyware and includes several modules like Instant Messaging, Internet Mail, Network Shield, Outlook Exchange, P2P Shield, Standard Shield and Web Shield.";
fDesc[2] = "non-commercial use only.";
fDesc[3] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[4] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices.";
fDesc[5] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks.";
fDesc[6] = "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[7] = "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[8] = "version. Featuring: 1- The program now offers protection against malware in real-time with its new feature Heuristic network check for suspicious files. 2- Detect fixes. 3-Improve use, function and detection of malware,";
fDesc[9] = "malware intended for notebooks, desktops and servers. It integrates without problems essential security technologies in a single management console, this increases protection and lowers the total cost of ownership.";
fDesc[10] = "types of malware usually met through a Web browser. Unfortunately it is mostly useful for Internet Explorer than for other web browsers.";
fDesc[11] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware.";
fDesc[12] = "programs are not able to detect or remove these types of viruses, but Trojan Remover will explore your computer for trojans and other intruders with similar purposes.";
fDesc[13] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[14] = "anti-malware software you will be able to protect your Windows-based PC against all kinds of malicious software, including spyware, adware, key-loggers, browser hijackers, malware and many other intrusive programs, which may pose a threat to your privacy and security.";
fDesc[15] = "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.";
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 = '...';
}
}