var fDesc=new Array(); fDesc[0] = "tbbMeter is a bandwidth meter developed to help you monitor your Internet usage. It allows you to see how much your computer is sending to and receiving from the Internet in real time. It also shows you how your Internet usage varies at different times of the day. It does not record what you do on the Internet (i.e. it doesn't know what web pages you visit).

This tool will help you to manage your usage to avoid incurring excess bandwidth fees or find your broadband provider slowing you down due to exceeding your monthly usage allowance."; 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 = ''; } }