var fDesc=new Array(); fDesc[0] = "PA Storage Monitor Pro edition is the best solution for monitoring large disk volumes, reporting on the stored content, tracking quotas and more. If you are concerned about storage resources, how they are used and how they grow, PA Storage Monitor Pro is designed for for you.

The File System Analyzer module is possibly the most important and powerful of all of the monitors. It catalogs one or more entire disk volumes, including information on directories, files and file owners. This catalog can then be used to generate rich reports giving you insight into what is being stored, how new or old the data is, who your heavy users are 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 = ''; } }