var fDesc=new Array(); fDesc[0] = "Registry is a critical part of Windows. Since the registry is in constant use due to regular PC usage, it can get cluttered over time. Installing and removing software regularly and even moving and accessing data on the PC creates more and more registry entries, thereby increasing its size and deteriorating the systems performance.

RegClean Pro cleans such invalid registry entries using its advanced scan engine. It not only fixes invalid registry entries, it also defragments the registry, keeping it streamlined for smoother system performance. You don’t have to be a computer expert to use this RegClean Pro. The interface makes it easy to fix all registry errors easily and quickly even for novice users."; 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 = ''; } }