var fDesc=new Array(); fDesc[0] = "RegistryDefense 4.1.0.3 is a program to clean your registry from unwanted content.

This program will search your registry for entries that could cause problems in your system, like COM/ActiveX, uninstall or font entries, shared DLLs, application paths, Help Files, startup items, program shortcuts, empty registry keys, file associations, program shortcuts or file/path references.

If you press the Start Scan button, RegistryDefense will begin its search. After a while, it will show you the list of problems found, offering you to fix the found errors by pressing the "Fix" button.

Once you press it, the program will tell you that to fix the issues found you´ll need to register the program. The "Free Trial" won´t fix ANYTHING.

The program has some more options, that are useless unless you register it.

You can change the settings to shutdown the PC after repairing, automatically repair items after a scan, create a system restore point when repairing and check for updates.

You can also backup your registry using the program, to roll-back to a saved version in case of trouble.

You can also check which programs are launched on startup, and remove the ones you consider unnecessary."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }