var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
fDesc[2] = "PC from numerous threats. The application is free, easy to use and, in a few minutes, will make your computer run much better. It scans your system searching for potential issues with your shortcuts, spyware, registry, and start up programs, and then enables you to clean them up.";
fDesc[3] = "we are satisfied we can purchase it online and see if there is any offer available at the developer’s website. RegistryBooster has been designed to optimize our computer by scanning the registry files, and repairing and removing all the unnecessary ones.";
fDesc[4] = "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[5] = "engine is fast,thorough and safe. With a few easy steps, you are able to find problems caused by invalid entries, references and links in the Windows registry and provides a list of the errors found, you can then choose to selectively repair each item or automatically repair them all.";
fDesc[6] = "will make your PC run faster and will make your PC error free.";
fDesc[7] = "the place where all the applications save information on how they work and about your settings. It is also the heart and soul of your computer. A critical error there, will make your computer useless.";
fDesc[8] = "issues on any Windows computer. The reason for that is that applications that were once installed and now are gone left entries that confuse the system.";
fDesc[9] = ", high-performance detection engine to accurately identify missing and invalid references in your Windows registry.";
fDesc[10] = "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[11] = "computer go faster and smoother. PCSleek Free Error Cleaner has been enhanced and new features have been added. For example, it is possible to schedule for automatic scanning.";
fDesc[12] = "cause system slowdown, freezing and crashing! Repair Registry problems and improve your PC performance";
fDesc[13] = "problems, and will then repair those errors instantaneously. - FREE DOWNLOAD";
fDesc[14] = "guarantees protection. This 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[15] = "can become a serious problem for its’ performance. Registry Fast 4.0 is a small but very useful application with a range of included features for finding and repairing such errors.";
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 = '...';
}
}