var fDesc=new Array(); fDesc[0] = "RegistryRescue is a powerful yet easy-to-use application that allows you to scan and remove registry errors from your computer. When you add and remove software and hardware on your computer, they cause your Windows registry to become fragmented, corrupted or full of errors. The results are: frequent error messages, slow start-ups, sluggishness, declining performance, system stalls, severe degradation in operating speed, unstable and frequent application errors and crashes, and, at times, even an inability to start Windows. If you are tired of blue screens, computer freezes, error messages and system crashes, download this program that will fix this problems and you'll get your computer running smoothly again within minutes. It also has back-up utilities, which means that if you or the program was to make an error, you can quickly and safely restore your registry to previous settings and reverse any potential damage that could have occurred without a back-up. What is more, Registry Rescue also performs physical defragmentation of the Windows registry file. After defragmentation your registry will acquire linear structure which will reduce application response time and registry access time."; 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 = ''; } }