var fDesc=new Array(); fDesc[0] = "As the name says Registry Defrag it’s a program to defrag files in your computer registry.
The computer registry is where all the information from every application that you use is stored. It’s a record of all those applications and the files necessary to run them.
When it gets too full, the computer becomes more unstable and it gets every time slower and slower.
Registry Defrag is a really easy to use program that analyzes your entire system looking for rarely or never used entries. Once the program finds those files, it proceeds to defrag them. It will reduce then, the occupied space in your hard disks. Then your system will improve its performance and will get faster than before.
Some facts to mention: to perform a system analysis, you must close all the programs that you are using. Once the analysis is done, you need to restart your system in order to complete the defragmentation process before windows starts again.
Another fact, this program is released under freeware license, thus, you can start using it as soon as you download it. No licence fees are applied ever."; 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 = ''; } }