var fDesc=new Array(); fDesc[0] = "No matter how big your hard drive, it will fill up eventually. MP3s and other media files are immensely popular - and simply immense. Windows Explorer isn't much help. It will tell you the size of all selected files in a folder, but nothing about the files in that folder's subfolders. Enter DiskPie, a utility designed to blow the whistle on the biggest consumers of disk space. DiskPie's pie charts offer a visual display of the folders and file types that are taking up the most space. Detailed text reports show the same information in print-friendly form - you can also print the pie itself. Armed with DiskPie's information, you can decide how best to allocate the space on your disk. The original DiskPie, from 1994, was designed for Windows 3.x and did not support long filenames, network drives, or drives larger than 2GB. DiskPie version 2 is a complete rewrite for 32-bit Windows, with a number of added features. DiskPie runs under Windows 95/98/ME/NT4/2000/XP. The Delphi 6 source code is provided with the utility for those interested in seeing how it works."; 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 = ''; } }