var fDesc=new Array(); fDesc[0] = "An advanced tool for bandwidth measuring and network traffic monitoring. The program completely monitors the bandwidth usage of a specified network connection on your computer, graphically and numerically displays its state in real-time. With NT Meter you can easily check the current state of the network connection and view detailed statistical reports for all your network interfaces (Modem, Dial-Up, LAN, WAN, DSL, VPN, Satellite, etc.). The bandwidth data are displayed by unobtrusive Graphs Shade window that doesn't hamper you in any way. There is"; 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 = ''; } }