var fDesc=new Array();
fDesc[1] = "numerous registry errors, and thus can be dangerous for recognizing just unusual system information as error and deleting it (causing real system errors). Allows to make backups of registry states before cleaning.";
fDesc[2] = "performance and error messages. MV RegClean 5.5 accomplishes this by repairing invalid registry entries and removing orphaned references. Of course, you can make backups of the registry to revert changes if needed.";
fDesc[3] = "our operating systems and see our drivers update information and class, plus the supported OS, driver provider, driver version, if it is digitally signed, release date and file size. Downloading update for driver options is disabled in the non-registered version.";
fDesc[4] = "ability is basically to look up for errors in the system registry, kind of an important part of your system. Professional tool for only 24,95 dollars";
fDesc[5] = "Registry Cleaner Pro is another revolutionary product in the software industry focusing on clearing the PC registry to enhance the computer speed. We generally end up in installing-uninstallin g many software however the uninstall process does not clear all footmarks.";
fDesc[6] = "cleaner can be that solution and the best part is: you don't have to extra pay for it. As you might guess from its name, this tool is free of charge";
fDesc[7] = "NT versions didn't have a registry backup tool that was good enough to use. The application carries out only one task: it creates backups of the registry of your computer.";
fDesc[8] = "malware to penetrate into the system. Registry entries are operating system identification of the software and its related functionality. Any modifications should be handled with care with a possibility to restore to the previous save point.";
fDesc[9] = "obsolete information - such erroneous entries will be often be left in your system´s registry by uninstalled programs; and they slow down your system, since the operating system will keep reading that information, which is useless.";
fDesc[10] = "example, Registry Compactor, means Comodo registry cleaner not only clean your junk entries from your window’s registry but also reduce its size by compacting and your computer speed depends on the window’s registry size, smaller is faster.";
fDesc[11] = "documents, emails and rules, registry, settings.Features 256-bit AES encryption to ensure full security of your confidential data.";
fDesc[12] = "for the computer to run faster and without errors. RegVac has a very easy-to-use smart interface. If we are active Internet users and like to try software, games, share music, video, etc, we need to have a tool like this one.";
fDesc[13] = "errors and remove obsolete entries from our Windows Registry. It has a simple interface making it easy to back up our Registry, perform a scan and fix or remove useless entries.";
fDesc[14] = "RegEdt32, Registry Workshop adds many powerful features that allow you to work faster and more efficiently with registry related tasks.";
fDesc[15] = ", in order to be able to roll back things to normality if a disaster occurs. Mz Registry Backup allows you to perform complete or custom registry backups.";
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 = '...';
}
}