var fDesc=new Array(); fDesc[0] = "Do you know what traffic is running over your network? Can you see if your bandwidth is being used for good or evil? How about identifying those traffic spikes caused by marketing forwarding around the latest YouTube® video or the occasional lunch-hour Warcraft® tournament over in support? Did you know that you already have the resources on your network to answer all of these questions and more? All you need to do is unlock the power of NetFlow Analyzer!"; 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 = ''; } }