var fDesc=new Array(); fDesc[0] = "Registry Repair Wizard boosts your system performance by repairing your registry. The registry is the place where all the applications save information on how they work and about your settings. It is also the heart and soul of your computer. A critical error there, will make your computer useless. So, it might be a good idea to use Registry Repair Wizard, or any other registry tools, to ensure that the registry is at its fullest. When you uninstall applications, some times they leave entries behind. Those slow down your system performance. Registry Repair Wizard has a smart searching engine that looks for obsolete entries and deletes them. It also comes with a back-up feature, so that if you encounter any problems after deleting entries, you can go back to a previous state. This application also brings support for managing your start applications. You can decide what applications start with Windows, and which are not to be started. If you keep the applications that start with Windows to a minimum, Registry Repair Wizard can guarantee a boost in performance in your 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 = ''; } }