var fDesc=new Array(); fDesc[0] = "What does this software do?

The Problem:
Have you noticed that the longer you have your computer, the slower it runs and the more it crashes? This can occur because whenever you install or uninstall software, adjust hardware or change settings, the Windows registry is updated.

Over time the registry starts to deteriorate, accumulating obsolete and corrupt files. Left unchecked, your system can become increasingly unstable.

The Solution:
RegistryCleanerKit is the solution to Windows registry errors. This application will scan your registry to identify problems and errors that can cause system crashes, startup issues and unwanted clutter. RegistryCleanerKit will then remove problematic registry entries and restore system stability."; 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 = ''; } }