var fDesc=new Array();
fDesc[1] = "optimizes system registry and other system files so that Windows can run fast and smoothly. The program creates a system restore point, in case something goes wrong during the clean-up.";
fDesc[2] = "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[3] = "tracks that certain hardware devices leave when you uninstall them. When you remove a video card, for example, and you don't uninstall the drivers and install the drivers of the new one, you are leaving junk behind that can potentially take a toll on your systems performance.";
fDesc[4] = "devices from your PC and increase your online security;and clean Firefox now!";
fDesc[5] = ", cookies, index.dat files, typed URLs and more. It also offers support for many 3rd party applications.";
fDesc[6] = "a single click because it comes with a tension free 1-click scanning and repairing feature. With its instant scanning and repairing feature you can compress your windows registry to make your system error free...";
fDesc[7] = "Sweeper also gives you tools to manage several built-in applications to further protect your system. The trial version won´t let you fix anything, you will need to buy a license for the program to work.";
fDesc[9] = "analyze your entire hard drive or selected folder, and display its result within seconds.";
fDesc[10] = "any file for good. Protect your privacy against unauthorized data access by shedding ALL sensitive information with Data Sweeper Pro !";
fDesc[11] = "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[12] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[13] = "on and off line activities. It's an Internet cleaner, system cleaner, registry cleaner and privacy protector all in one!";
fDesc[14] = ", typed urls, history of your Internet Explorer, erase the recent documents list and recent run list of Windows.";
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 = '...';
}
}