var fDesc=new Array(); fDesc[0] = "Bandwidth Reporter displays real-time upload and download traffic statistics of your Internet connection. It also monitors the traffic between your computer and Internet and also monitors network usage on any network interfaces installed in your computer.
Bandwidth Reporter is useful to network administrators to monitor LAN IP traffic on one or more network interfaces.

Main Features :
- Monitors traffic of each network interface.
- Shows total traffic since Windows started. So Bandwidth Reporter need not necessarily be always running. This enables you to monitor the outgoing and incoming traffic anytime by just running the software.
- Save the traffic data and network information as a file or take to clipboard.
- Runs minimized in system tray.
- "Run on Windows Startup" option."; 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 = ''; } }