var fDesc=new Array(); fDesc[0] = "NovaTuneUp quickly and automatically detects the problems that slow your machine and repairs them, restoring the original health of your PC or Laptop and providing maximum performance.
It analyzes and repairs PC Errors, finds and removes all unused registry entries (from failed software, from driver installations, from faulty uninstallations), removes unneeded software loads at startup (you can choose what to load and what to skip and at next startup, your system starts lightning fast)."; 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 = ''; } }