var fDesc=new Array(); fDesc[0] = "Registry Defragmenter is a program that can rebuild and re-index your registry to eliminate structural mistakes and corruption. It significantly speeds up your computer by helping you defragment registry, remove gaps, and make it contiguous, smaller and faster to access.

The Windows Registry constantly grows as data is added to it, but it never shrinks when data is removed. A bloated registry with a lot of empty space in it can slow down the boot time as well as performance of the entire system."; 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 = ''; } }