var fDesc=new Array(); fDesc[0] = "FolderVisualizer allows you to easily find space wasting files and folders. The free application analyzes your disk drives and shows you exactly which files and folders need most space on your disk. It can even create lists of the top-100 space using files as well as statistics and charts about different file types on your drive.
Finds space wasting files within seconds
Shows statistics and charts about your disk drive
Displays top-100 files and types
Can analyze internal and external disk drives including USB sticks
For Windows XP, Vista and Windows 7
Free of charge :-)"; 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 = ''; } }