var fDesc=new Array(); fDesc[0] = "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. SpeedUpMyPC scans your computer to identify the processes, files and settings that are slowing you down, before wielding a powerful range of tools to optimize your system for improved performance. With single click simplicity, network settings, RAM and CPU function are all scanned, cleaned and tuned for speed, while junk files are deleted for space. 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 = ''; } }