var fDesc=new Array(); fDesc[0] = "NetWrix Disk Space Monitor is a tool for IT professionals to keep track of server disk space on domain controllers, file servers, SharePoint servers, Exchange servers, database servers and others. The product centrally monitors the free disk space of specified servers and sends daily reports and alerts about low disk space conditions based on configured thresholds."; 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 = ''; } }