var fDesc=new Array(); fDesc[0] = "PC HealthPack is a powerful computer optimization tool designed to increase system speed, reduce computer issues and help improve overall system health. PC HealthPack scans your hard disk to find fragmentation, registry problems, unnecessary clutter and slow startup programs.

With the easy to use One Click Optimization Scan, you can fix the most common slow downs and problems with just one click of your mouse.

Problems in the Windows registry can slow down applications and create other issues. PC HealthPack will quickly scan, identify and fix registry problems.

Programs that run at startup can slow down the time it takes your computer to load. PC HealthPack helps you manage these applications and remove slow or unwanted ones.

Sometimes files that shortcuts point to get moved or deleted, causing application problems. PC HealthPack will fix these problems by scanning and removing these broken shortcuts."; 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 = ''; } }