var fDesc=new Array(); fDesc[0] = "WizTree finds the files and folders using the most disk space on your hard drive.
Finds the files and folders using the most space on your hard drive
VERY Fast! WizTree reads the master file table (MFT) directly from NTFS formatted hard drives (similar to the way Everything Search Engine works)
Visual Treemap allows you to spot large files and large collections of smaller files at a glance
Finds the largest files on your hard drive. Every single file on your hard drive can be sorted in order of size.
File Name Search - quickly locate files by name or wildcard match
Sort the contents of your entire hard drive by folder size and optionally delete files and folders
Scan ALL hard drive file system types (NTFS, FAT, FAT32, network, etc) and/or individual folders"; 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 = ''; } }