var fDesc=new Array(); fDesc[0] = "DiskTuna (formerly DiskTune) is a tiny and free disk defragmentation and optimization software that will run only when you want it to. DiskTuna does not install background services or other crapware that slows the system down.

DiskTuna is safe: It relies on the proven and reliable Windows defrag API to do the actual file moves. It checks the volume state prior to defragmentation. DiskTuna features a VSS safe-mode to reduce interaction between defragmentation and shadow copies and a thermal monitor to protect your hard disk from overheating.

DiskTuna is capable of moving and defragmenting the MFT online."; 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 = ''; } }