var fDesc=new Array(); fDesc[0] = "The Windows registry is used as a primary storage of Microsoft Windows system settings. As time goes by, the registry steadily grows in size and gets cluttered with irrelevant and outdated entries. This affects the speed and stability of the whole system. However, there are solutions out there that efficiently solve these problems in just a few minutes and improve your PC's overall performance and stability of operation. Meet Handy Registry Cleaner - a tool intended for removing invalid and obsolete records from your system registry. Apart from its main feature - registry cleaning and optimization - the software is capable of rolling back the changes made to your Windows installation, so you will always be able to restore the original state of your operating 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 = ''; } }