var fDesc=new Array(); fDesc[0] = "This program can help you maintain your system at its peak performance by removing unnecessary files from your computer (such as leftover installation programs), resolving DLLs problems, resolving system registry errors, and fixing any other things that can make system slower and unstable.

The program improves system stability and performance by finding and fixing orphaned shared DLLs, invalid file/path references, orphaned help file references, invalid application references, startup programs, invalid uninstall file references, and many other things that can cause problems with Windows."; 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 = ''; } }