var fDesc=new Array(); fDesc[0] = "Simple to use bandwidth monitoring software to track Internet bandwidth usage. It remains in tray and displays the bandwidth usage in current session, day and month. This will be helpful for those with limited bandwidth broadband/adsl connection.

Main Features:

- Option to make meter always visible.
- Transparency of meter can be adjusted.
- Option to exclude bandwidth during certain period of day (for those having free usage periods).
- Shortcuts to enable/disable flash and images in Internet Explorer"; 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 = ''; } }