var fDesc=new Array();
fDesc[1] = "of your system, detecting all kind of unwanted files and threats, including spyware, adware, and, viruses. Its protecting Resident Shield will work in the background, keeping an eye on everything that attempts to install itself without your consent.";
fDesc[2] = ", and much more - to ensure that you have the power to protect yourself online.";
fDesc[3] = "computer versus spyware, keyloggers, hijackers,adware or trojans that cause problems and malfunction of your environment. It remains in memory and acts just when the malware appears.";
fDesc[4] = ", 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[5] = "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[6] = "stable and protect important programs, documents and files from deletion caused by viruses, other users on your computer.";
fDesc[7] = "actual computer.";
fDesc[9] = "won`t even notice it?s there. And it`s so easy to use that it won`t waste any of your valuable time.";
fDesc[10] = "this product are real-time shield, behavioural analysis, automatic and traditional antivirus scanner, real-time protection of sensitive files belonging to the system, protection for Messenger, ProcessWatch II advanced memory analysis tools and NetWatch advanced network analysis tools";
fDesc[11] = "can be used to clean junk files and missing shortcuts and can also be used to correct registry problems.The Memory optimizer optimizes the memory in an efficient manner.";
fDesc[12] = "anti-spyware software provides the best spyware and adware protection available. Scan your PC now for FREE and see for yourself if your PC is infected!";
fDesc[13] = "necessary tools to configure the program as you like and manage the lists of addresses yourself, more security will be added to your system. This is an easy-to-use program that will do all the hard work for you.";
fDesc[14] = "program crackers with state-of-the-art encryption, data compression, and other security features. It allows you to design ...";
fDesc[15] = "a new version of Watchman, a specially designed tool to protect your system in a reliable way. What this anti-spam and anti-spy tool does is quite simple: it keeps your system safe from unwanted intruders.";
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 = '...';
}
}