var fDesc=new Array(); fDesc[0] = "Registry Cleaner Pro is a professional scanner and fixer for your windows registry problems. Due to its blazing speed it can scan your system registry and file system in less then 3 minutes of time without leaving any error behind. With Registry Cleaner Pro you can selectively scan your system for the following types of errors or threat: spyware threats, Adwares threats, key loggers, tracking cookies, corrupted registries, file associations, ActiveX objects, application paths, shared DLLs, Trojans, browser helper objects, dialers, worms, windows fonts, invalid shortcuts, system services, uninstall entries and help file information. Here you can also set the scheduler for automatic quick or deep scan your system for errors. It also comes with five advanced options of security and cleaning. One is Browser helper object manager by using which you can manage all browser helper objects and remove any spyware or adware objects. And from its startup programs manager you can enable or disable any program to start with window startup. It also have an add/remove program manager by using which you can uninstall any program currently installed on your system. By its full registry backup utility you can take full backup of your registry which can be used to restore your system on system crash."; 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 = ''; } }