var fDesc=new Array(); fDesc[0] = "Bandwidth Meter Pro is an easy-to-use network software for bandwidth usage monitoring, reporting, and notification. The software monitors bandwidth through computer it's installed on, displays graphical and numerical download and upload speeds in real-time (refer to screen shot below), logs bandwidth usage, and provides daily, weekly, and monthly bandwidth usage reports. And, Bandwidth Meter Pro supports running as a system service that monitors bandwidth usages and generate traffic reports automatically without log on.

Bandwidth Meter Pro works with the majority network connections including modem, ISDN, DSL, ADSL, cable modem, wireless network cards, Ethernet cards, VPN, and more. It is full compatible with Windows 2000, Windows XP, Windows 2003, Windows Vista, Windows 7, and Windows 8."; 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 = ''; } }