var fDesc=new Array(); fDesc[0] = "Bandwidth Meter 2001 is a compact freeware program to monitor your TCP/IP network connections to provide averages of speed, and cumulative download reports from up to 8 network adapters simultaneously. Version 2.0 now has a brand new, less bulky interface, and the ability to monitor every adapter in your system that has an IP address, including but not limited to Cable, DSL, and LAN cards. Bandwidth Meter 2001 has many new features along with features from the previous version. Old features include the ability to alert you in different ways when you pass a certain download or upload point, the stopwatch, and the Bandwidth Analyzer. New features in this version include a built-in trace route, and a TCP Connection Monitor -- See what's going on behind the scenes. In addition, the send/receive icon has been modified for easier viewing. We're also using a new installer which should fix some problematic installations."; 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 = ''; } }