var fDesc=new Array();
fDesc[1] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user.";
fDesc[2] = "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[3] = "errors that show up. The software can optimize the computer by first scanning it to find the problems and then fixing the invalid registry entries. The Advanced Registry Optimizer is also easy to use and has a user friendly interface.";
fDesc[4] = "help protect, repair and optimize your computer. Finding what other utilities miss, it can keep your PC error-free and smooth than ever.";
fDesc[5] = "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[6] = "percent. Optimize, clean, and repair Windows registry, fix PC crashes, error messages and more... Free Support and Upgrades! - FREE DOWNLOAD";
fDesc[7] = "computer's speed and performance. It will avoid system errors, freeze, system crashes and more. And this will give to your, computer, much more stability.";
fDesc[8] = "possible to choose to scan the entire computer or just a given drive, removable device, or any other item. We can schedule automatic scans at a given time/period.";
fDesc[9] = "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[10] = "display a descriptive message explaining what the numeric code actually means.";
fDesc[11] = "into account when explorer.exe (the usual culprit, it could be any process) process locks any file and makes it hard for the users to remove/move/rename files or to remove portable devices. Now, the solution for all those bugs is just a click away with this small utility.";
fDesc[12] = "DOCTOR will Scan your Registry and give you a detailed list of errors broken down by type Absolutely FREE.";
fDesc[13] = "software is capable of detecting the errors and fixing them automatically hence it is very easy to use. It also plays an important role in increasing the system performance by removing all the unwanted toolbars, pop-ups and other unnecessary startup items";
fDesc[15] = "computers, windows based operating systems are backbone of our systems. For a lay man, it is very irritating when the computer especially Windows based operating system troubles him with a quick note saying \"There is an error, the program will be closed\" with a ...";
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 = '...';
}
}