var fDesc=new Array(); fDesc[0] = "The ultimate disk space management tool

Desktop PCs, laptops, and servers can quickly end up accumulating large quantities of unused, temporary, and duplicate files. Before you know it, you’re out of drive space, backups are taking far too long to run, users can’t find what they need, and you’re struggling to plan for the future.

You need a visual, interactive software tool to help you manage disk space. You need FolderSizes. FolderSizes is an award-winning, network-enabled disk space analyzer for Windows. It can quickly isolate large, old, temporary, and duplicate files, or even show file distribution by type, size, attributes, age, or owner. All with multiple export formats, command-line support, built-in scheduling, and much more."; 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 = ''; } }