var fDesc=new Array(); fDesc[0] = "ScanDefrag is a small windows application that configures Microsoft's, Norton's, or JKessels' disk utilities as part of the next Windows' startup process. This can result in less restarts and cleaner runs of these programs:

Microsoft Disk Cleanup.
Microsoft ScanDisk/Chkdsk.
Microsoft Disk Defragmenter.
Jeroen Kessels command-line JKDefrag or MyDefrag tool (NT-machines only).
Norton Disk Doctor.
Norton SpeedDisk.
Sysinternal's PageDefrag (NT-machines only)."; 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 = ''; } }