var fDesc=new Array(); fDesc[0] = "AssessTree scans disk drives for large folders (directories) and generates reports based on the gathered data.
AssessTree restricts listed/report folders to a Size and/or Depth Limit and also listed/report folders to those that name does/does not contain the specified text.

AssessTree will work with any local or network (mapped or UNC) drive or folder and it's useful for finding folders (or users) that are using a lot of space."; 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 = ''; } }