var fDesc=new Array(); fDesc[0] = "Disk Space Chart lets you to quickly and easily work out disk space usage.
A small utility fully integrated into Windows® to find where all your disk space has gone. Ever wondered how much space is taken up by your Windows or Pictures folder? Use it to work out what needs archiving or deleting to free up disk space. Use it to find files you have worked on recently but forgotten which folder they are located in.
Disk Space Chart is an extension to the Windows® Explorer.

Main Features:

- Graphical chart detailing proportion of your disk used by folders and files.
- A list of folder or filenames with the percentage of disk space in each folder or group of folders.
- Fully integrated into Windows 7; Vista and XP Explorer as an easy to find add-on.
- Accessible from the File | Open screen of most Windows programs.
- Can be used on any folder or disk drive including network drives.
- Find facility to locate empty or large folders on your system.
- Also analyses files by file type; modification or access date/time.
- Can generate usage data for analysis with Microsoft Excel® and other spreadsheet applications.
- Trialware, try it out for free evaluation period of 24 days.
- This is a very robust and heavily used utility that has been available for many years as far back as a version for 16bit Windows 3.1 in 1997."; 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 = ''; } }