var fDesc=new Array(); fDesc[0] = "Use the new NETWatch 3 through a Browser and get access to all benefits wherever you are. This powerful tool features fast return on investment and low cost of ownership. Use it to monitor and diagnose problems on your business critical systems - whatever technology they use.
Powerful Features

- Minimal impact on your network - no need to setup additional services such as SNMP on your servers
- Browser access to all features, with secure access to all configuration settings
- Alerting 24x365 of service and application failure - and their restoration
- Alert different groups about different failures using pager, SMS (mobile phone text), email and 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 = ''; } }