var fDesc=new Array(); fDesc[1] = "collect bandwidth usage data and measure the speed of your Internet or any other network connection. NetWorx can help you identify possible sources of network problems, ensure that you don't exceed the bandwidth limits specified by your ISP, or track down suspicious network activity characteristic of Trojan horses and hacker attacks. The program allows you to monitor all your network connections or a specific network connection (such as Ethernet or PPP) only. The software also features a system of highly customizable visual and sound alerts. You can set it up to alert you when the network connection is down or when some suspicious activity, such as unusually heavy data flow, occurs. It can also automatically disconnect all dialup connections and shut down the system. The incoming and outgoing traffic is represented on a line chart and logged to a file, so that you can always view..."; fDesc[2] = "computer at all times. If your Internet provider limits your downloads (I am sorry for you), this is a must. BitMeter will show you a little square on the screen, which you can move wherever you like."; fDesc[3] = "be useful for people with limited bandwidth/month internet connection."; fDesc[4] = "when I was using Windows and it was free. It was absolutely awesome, too. It looks a lot like this one, but without the price tag. BWMeter allows you to track your bandwidth usage by means of graphs."; fDesc[6] = "network connections on your computer and displays graphical and numerical download and upload speeds in real-time."; fDesc[7] = "including Country and City. Holds a full log of bandwidth usage."; fDesc[10] = "Card Capabilities, Network Performance, Download Speeds, Connected Printers, Disk Temperatures and many others."; fDesc[11] = ", displays and controls all traffic to/from your computer or on your network."; fDesc[13] = "download reports from up to 8 network adapters simultaneously. Version 2.0 now has a brand new, less bulky inte..."; fDesc[14] = "computer Shutdown"; fDesc[15] = "bandwidth test results in a database so you can create charts."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }