var fDesc=new Array(); fDesc[0] = "Today's networks are constantly changing. Users are adding and removing devices from the network – in many cases without following proper procedures. A detailed inventory of your network is oftentimes rendered inaccurate the day you complete the network inventory as a result of these factors.
Using Network Sonar's built-in reports and graphs, you can quickly and easily visually display your network 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 = ''; } }