var fDesc=new Array(); fDesc[0] = "Without installing any agents, NetCrunch can monitor your entire network out of the box. It can also be easily extended with scripts and custom agents using REST API.

Monitor network services, switches, routers, bandwidth and traffic flow. Easily monitor up/down status, files, web, IP SLA and more. Use built-in Netflow/sFlow analyzer with Cisco NBAR support to analyze traffic structure. View switch port mapping and layer 2 maps. Full SNMP support with a MIB compiler and 3500+ MIBs included."; 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 = ''; } }