var fDesc=new Array(); fDesc[0] = "Find out what drivers are on your pc are out of date possibly causing you problems
By uploading your drivers you can potentially get a drastic increase in performance in your computer
PC Updater is created with the idea in mind that not all people are computer geeks who know how to use every little function of every little gadget. You will love this software."; 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 = ''; } }