var fDesc=new Array(); fDesc[0] = "Clean Up, Speed Up & Optimize Your PC In Just 2 Clicks. Clean-up and fix your tired and messy Windows registry helping fix system problems and speed up applications. Remove unused language files for applications and your system PC, helping free up masses of disk space. Free up space by blasting all unnecessary files left in the trash can and downloads folders for multiple apps and systems. Scan every inch of your PC and remove cache files safely to help speed up and optimize your system. Speed up and clean up your PC by deleting unused history files for browsers and applications. Blast through all your PC's log and report files that are not needed, and will take up vast amounts of disk space"; 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 = ''; } }