var fDesc=new Array(); fDesc[0] = "Registry Compactor is a shareware application that will help to rebuild and re-index the registry to eliminate structural mistakes and corruption. When you install and uninstall something from your PC the registry grows with the data that is added, but it never shrinks when the data is removed, this could cause a slow down in the boot time with all this empty spaces on your registry affecting your performance, this utility will help you to avoid this type of inconveniences.

This program will provide you multiple features as the repair of defects by the rebuilt of the registry, remove the fragmentation, it will compact the registry by removing the gaps and the unused space, performance improvement providing a fast load/read of the registry, and the privacy protected by the deletion of previously erase registry cells.

The software provide a 30 days trial version, the software is just supported in windows operating systems (from Windows 2000 to Windows Vista) in version of 32 and 64 bits."; 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 = ''; } }