var fDesc=new Array(); fDesc[0] = "Free network disk usage monitoring for Windows servers and workstations. Automatically scans your network for disks and adds them to your monitoring dashboard. Smart scheduling minimizes network load. The monitoring dashboard supports automatic sorting, has a configurable layout, and displays an intelligent graphical usage bar for all disks based on default warning and maximum levels. When performing maintenance on a server, you can suspend monitoring for selected disks in the dashboard. No trial period and no functionality restrictions."; 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 = ''; } }