var fDesc=new Array(); fDesc[0] = "Monitor the Internet and local network traffic usage with 10-Strike Bandwidth Monitor. The program is designed for Microsoft Windows network administrators, IT specialists, ISP, and small businesses. With this tool you can easily monitor the network bandwidth and the LAN/Internet traffic usage, discover the packet transfer speed on your computers, routers, switches, printers, etc."; 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 = ''; } }