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] = "incredible application seeks out and repairs those issues in your registry that lead to poor performance such as remnants left behind on your registry from failed installations, incomplete un-installations, disabled drivers, and spyware applications.";
fDesc[3] = "set the program to scan the whole registry, just the applications, or search for threats that may affect our privacy. This program can perform automatic registry backups, and automatic errors repair.";
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] = "your windows registry. After this your computer will have more speed and a better performance, just as a brand new equip.";
fDesc[6] = "blocks spyware, viruses and worms; repairs and maintains the PC health; monitors new software installations and reverses the installation if you decide you don't want the software; cleans up unwanted cookies, cache, and temporary files that slow your computer's performance; among other features.";
fDesc[7] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[8] = "RefreshEm when they do repairs the Windows Icon Cache so that the proper ones are immediately displayed.";
fDesc[9] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[10] = "for corrupt files, missing startup programs, missing system fonts, invalid shortcuts, missing dll files, invalid application paths, invalid device drivers and other problems that may cause your system to become unstable.";
fDesc[11] = "errors in the registry file, performs other tasks to keep your computer at an optimal performance. Its installation process is very easy to perform, and the bundled documentation is very complete and detailed. ErrorFix runs on Windows platforms.";
fDesc[12] = "disks for errors. Disc Checker will even tell you what files are located on sectors with errors, so you can delete or maybe save them. Furthermore, the application has the ability to create disc images in an array of formats.";
fDesc[13] = "corrupted when they are sent and received over the Internet. Some times those problems are evidenced by playback errors or the inability to use slides to move within the video.";
fDesc[14] = "more. Checks for Technical Service Bulletins and reminds you when maintenance is due. Perfect for any car owner.";
fDesc[15] = "your home, car and other important elements of the household. The program features an old-fashioned and unattractive user interface, which may seem a little bit confusing at first.";
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 = '...';
}
}