var fDesc=new Array(); fDesc[0] = "Network Topology Mapper Automatically discovers and diagrams network topology.

Main features:
- Supports multiple discovery methods including SNMP, ICMP, WMI, CDP, VMware, Microsoft Hyper-V & more.
- Builds multiple maps from a single scan, industry-standard icons, do-not-scan lists, and many more.
- Exports network maps to Microsoft Office Visio, PDF, and PNG formats.
- Delivers reports on switch ports, VLANs, subnets, and inventory."; 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 = ''; } }