var fDesc=new Array(); fDesc[0] = "Disk Heal is a utility that performs various tweaks to optimize your PC in terms of appearance, security and also performs tweaks for common applications as well. In addition, it allows you to fix common errors which are caused by certain viruses as well.

Main features:

- Fixes Disk Problems
- Fixes Task Manager inaccessibility
- Fixes Folder Options inaccessibility
- Fixes Registry Editor inaccessibility
- Can’t access any of the above three features, Disk Heal fixes this problem
- Fixes File/Folder inaccessibility
- Perform dozens of other tweaks"; 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 = ''; } }