var fDesc=new Array(); fDesc[0] = "Tweaking.com - Registry Compressor is a hierarchical database that stores configuration settings and options on Microsoft Windows operating systems. Just like databases the registry can become bloated and large when there has been a lot of additions and deletions from the registry. When this happens the system can become slower and use more CPU as programs and the operating system take longer to read and write to the
registry, just like any other database. This program does not remove or add anything to the registry. What it does is it rebuilds the registry to new files, when this happens all the
overhead is gone and the registry is smaller and faster."; 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 = ''; } }