var fDesc=new Array();
fDesc[1] = "mail servers. Is the ultimate antiviruses and antispyware used for home and enterprises. Gives the user the protection needed to keep their valued data safe.";
fDesc[2] = "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[3] = "non-commercial use only.";
fDesc[4] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN.";
fDesc[5] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products.";
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] = "and to use. Updates automatically over Internet. New! Windows Vista (32-bit) support!";
fDesc[8] = "could go back in time and retrieve lost data, unfreeze your computer when the system unexpectedly quits, or recover from a nasty computer ...";
fDesc[10] = "sections of registry entries including components, DLLs, fonts, shortcuts, extensions, user software related entries etc. and cleans them. By getting rid of unwanted entries by MyRegistryCleaner helps in more memory availability and faster execution of applications.";
fDesc[11] = ", spyware, root-kits and unwanted Internet content. New! Windows Vista support!";
fDesc[12] = "easy-to-use Internet Security software with Anti-Virus, Firewall, real-time Anti-Spyware and Parental Control.";
fDesc[13] = "unwanted Internet content. New! Windows Vista support!";
fDesc[14] = "to provide your computer with the most effective protection against malicious programs.";
fDesc[15] = "product includes an easy-to-use Internet Security software with Anti-Virus, Firewall, Anti-Spyware and Parental Control.";
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 = '...';
}
}