var fDesc=new Array(); fDesc[0] = "PA WatchDISK provides what you need most to manage your network storage:

Information. Many tools can display current directory sizes, but only PA WatchDISK can show how those sizes have evolved over time.

This is critical information if you need to:

- Project future storage needs based on current trends and growth patterns
- Find out why free disk space has suddenly dropped
- Justify additional storage capacity investments to management"; 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 = ''; } }