var fDesc=new Array(); fDesc[0] = "Online Bandwidth Monitor is a simple and effective Windows program made to allow you to monitor usage of your network adapters from your desktop or online.

Lightweight software - once installed the program will show a globe icon in the system tray.

Clicking the tray icon will bring up an info page displaying data on your network adapters. This data is stored online and the link generated is permanent and can be viewed from anywhere online. Simply email yourself the link to view your statistics from another location.

Online Bandwidth Monitor is distributed as freeware.

For Windows XP, Vista, 7 and Server.

Requires .Net 3.0 framework.

Online Bandwidth Monitor - neat and handy tool that allows you to monitor usage of your network adapters from your desktop or online."; 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 = ''; } }