var fDesc=new Array(); fDesc[0] = "What does SpeedUpMyPC 2014 do?
The problem: Is your PC getting slower? With so many different settings, files and processes to monitor, it is hard to identify just what is slowing you down, let alone implement the necessary technical adjustments to recover speed and performance.

The solution: SpeedUpMyPC scans your computer to identify slowdown issues hindering speed, before wielding a powerful range of tools to optimize your system for improved performance. Slowdown issues, such as invalid registry entries are removed and unused processes deactivated to improve system responsiveness. The result is a computer that works faster and better."; 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 = ''; } }