var fDesc=new Array();
fDesc[1] = "as you browse, before they reach your computer. If you´re already infected, it locates and removes spyware from your PC, even that using rootkit technology.";
fDesc[2] = "includes integrated online backup and restore capabilities to protect your digital photos and other irreplaceable files against damage or loss due to hard drive crashes, fire, theft, or accidental deletion.";
fDesc[3] = "devices from your PC and increase your online security;and clean Firefox now!";
fDesc[4] = "Easy to use for novice firewall users & experts can tune it to their needs with advanced options. Backed by free customer support!";
fDesc[5] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[8] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[9] = "Netscape, Internet Explorer, and Opera. Popup Sweeper is an easy program that toggles on and off quickly and easily, needn't learn how to use.";
fDesc[10] = "registry in a few minutes.";
fDesc[11] = "Internet. Works with browsers as Firefox , Yahoo, AOL, IE, MSN Explorer, Opera, Juno and Netscape.";
fDesc[12] = ", typed urls, history of your Internet Explorer, erase the recent documents list and recent run list of Windows.";
fDesc[13] = "on and off line activities. It's an Internet cleaner, system cleaner, registry cleaner and privacy protector all in one!";
fDesc[14] = "favorites for you, allowing you to remove its in a fast and easy way.";
fDesc[15] = "competition.";
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 = '...';
}
}