var fDesc=new Array(); fDesc[0] = "Registry Defrag will defragment and compact your Windows registry so that it can access the registry keys quickly. This program can quickly scan your Windows registry and show the fragmentation level in a graph. It can also analyze and predict the improvement in registry access speed after the defragmentation process.

Registry Defrag creates a system restore point before each operation so that you can bring Windows to its previous state, in case of any problem."; 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 = ''; } }