var fDesc=new Array(); fDesc[0] = "Which machine, application, or user is consuming all the bandwidth? Getting visibility into NetFlow traffic, including top talkers, traffic statistics, and application types, helps you resolve network issues faster.

Intermapper Flows collects and exports NetFlow, Jflow, and sFlow data, then graphs it for easy analysis of traffic flowing across your network. Used with Intermapper, Intermapper Flows makes it easy to dig into suspicious spikes or dips in bandwidth usage."; 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 = ''; } }