var fDesc=new Array();
fDesc[1] = "scanning, a list of errors is shown - you can fix these with a single click. And if you hesitate to touch a thing as delicate as the registry, you always have the option to make a backup with Registry Mechanic before starting any test or repair.";
fDesc[2] = "system to slow down. There are a number of factors which cause the system to behave in such a manner. To fix these issues, we use Advanced System Optimizer Version 2.0. It removes Junk Files, Bad Registry Entries, Duplicate Files, your Internet History and other personal traces";
fDesc[3] = "removing the ones that are not necessary making your system perform better. It has a very simplistic user interface where you can choose which applications to optimize as well as the time intervals for optimizations to happen. Minimem works quietly on the background.";
fDesc[4] = "redundant information that slow down your PC and can cause hang ups and crashes. PC SpeedScan Pro 7.1 finds and eliminates harmful PC errors, restore your PC to its maximum performance, and stabilizes your Windows operating system.";
fDesc[5] = "that can help you to keep your PC running like new. An anti-virus, E-mail scanner, cleanup tool, defragmentation tool, backup tool, registry fixer, registry editor and system explorer, all these will provide you with a solution for any problem caused in any area of your PC.";
fDesc[6] = "make your PC smarter and run smoother. You can tune up your system in two clicks using the Schemes that offer four different levels of system care or you may like to manually choose the actions like, cleaning registry and fixing invalid shortcuts.";
fDesc[7] = "shreds the detected threats,& shreds files &folders of your choice.It Includes a Sys. Cleaner,Sys. Optimizer &manager.";
fDesc[8] = "or XP system by using many tools which optimize key areas of Windows operation.";
fDesc[9] = "more efficient. This incredible program classifies all of your programs that are executed at startup as system programs, or suspicious applications that could be viruses, and the programs that are not needed for startup.";
fDesc[10] = ", error-free and more efficient. This incredible program classifies all of your programs that are executed at startup as system programs, or suspicious applications that could be viruses, and the programs that are not needed for startup";
fDesc[11] = "as we know that normal computer is not optimized to best perform for all games. It is generally optimized for the home or office work and if you play on this type of computer then you will not be able to feel the true experience of the game.";
fDesc[12] = "performance";
fDesc[13] = "computer a healthier, faster and more reliable one. Max PC Booster offers wonderful tools such as: - Registry Cleaner - Privacy Cleaner - Internet Optimizer - RAM Optimizer";
fDesc[14] = "performance. Advanced System Tuneup can change your desktop wallpaper and screen resolution in single click without opening desktop properties. In-built drive maintenance tool can defrag or format any disk drive in two clicks.";
fDesc[15] = "tools to ‘clean’ their windows and processor, bringing back to a more optimal level of performance. This application monitors the user’s CPU usage discreetly in the background.";
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 = '...';
}
}