var fDesc=new Array();
fDesc[1] = ", search for unnecesary files, manage the start up menu so you can change whatever you might need, shortcuts that have become invalid, check the disk free space in your HD unit, manage the add/remove programs list, etc. to get the best results on your system operation, perfomance and speed.";
fDesc[2] = "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[3] = "invalid entries, and the best part, repairs your Registry for free. That's what Argente - Registry Cleaner does. It will scan, clean and fix your Windows Registry in a professional way, and you won't have to pay anything for that.";
fDesc[4] = "several parameters necessary for the system configuration. The registry is changed and updated as you install or uninstall programs. These changes may leave invalid entries behind, that yet will be read unnecessarily each time you run a process, making it slower.";
fDesc[5] = "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[6] = "provide a list of the registry errors found with detailed information. After that you can choose to clean list items with selection or automatically repair them all.";
fDesc[7] = "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[8] = "your system running smoothly by finding and deleting invalid entries in your register, protecting your privacy by cleaning various common application traces. It also finds and deletes useless files, like temporary files, freeing up disk space.";
fDesc[9] = "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[11] = "fonts, help files, application paths, obsolete Start Menu items, invalid shared DLLs and more.";
fDesc[12] = "errors related to missing startup programs, missing system fonts, invalid shortcuts, missing dll files, invalid application paths, invalid device drivers, missing file associations and missing help files.";
fDesc[13] = "registry. With Reg Repair it is very much possible to find almost all types of computer problems related to windows registry. Reg Repair is able to find any or all invalid Add/ Remove programs which are not exist currently on your system...";
fDesc[14] = "scripts or the selected part of it. The application scans the web page HTML code checking invalid tags, invalid tags attributes or values, misspelled sentences and invalid characters. It alse looks for quotation marks that might be missing or mismatched, missing tags, all over the HTML code.";
fDesc[15] = "powerful registry cleaner, it also includes a number of tools to optimize your system. You can clean your registry with just a few clicks. If you are an advanced user you can also limit the scan to certain parts of registry using Custom Scan, or you can use the Quick Scan feature.";
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 = '...';
}
}