var fDesc=new Array(); fDesc[0] = "The complete award winning care package for your PC! This program will clean up, speed up, maintain, secure, and repair your system to make your PC run like brand new.
A click is all it takes to maximize your PC's speed.
Optimizes a variety of applications including: system, internet, browsers, games, applications, and much more.
Laptop users: Increases battery life! Less programs running in the background means more resources, speed, and battery life.
Gamers: Reduces lag when playing games! Load games much quicker and smoother.
Choose between the Absolutely Free or Premiere Edition."; 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 = ''; } }