var fDesc=new Array(); fDesc[0] = "The best tool to safely and effectively clear invalid entries from your Windows registry and get your PC running smooth again.
What does Registry Cleaner do?
The problem: Your PC may be having signs of stability problems, such as freezes, crashes, errors popping up or application response slowdown. These issues may make your computer hard to use by significantly reducing its performance.
The solution: Registry Cleaner will clean, repair and optimize your Windows registry to eliminate errors and crashes, and to restore smooth and stable operation, so your PC will stop giving you headaches and be usable once again."; 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 = ''; } }