var fDesc=new Array(); fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[2] = "settings. The program detects the presence of any wireless networks within range of the adapter, providing automatic configuration and connection."; fDesc[3] = "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[4] = "viewers often only show you the processes and that is all they do. What's Running takes things one step further by adding services, modules, network connections, and more to the mix."; fDesc[5] = "HTTP or SOCKS proxy server or a chain of proxy servers."; fDesc[6] = "profiles from a single utility. The DCP Connection Manager replaces multiple utilities that were required in the past to configure network connections and settings."; fDesc[7] = "connections and vital IP statistics and examine individual packets."; fDesc[8] = "display multiple connections rates at the same time. Bandwidth Monitor works with the majority network connections."; fDesc[9] = "a Swiss Army knife for everyone interested in a set of powerful network tools for everyday use."; fDesc[10] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them."; fDesc[12] = "for all TCP connections (including IPv6) Configurable update speed makes it more user friendly and easy to customize."; fDesc[14] = "network connections on your computer and displays graphical and numerical download and upload speeds in real-time."; fDesc[15] = "possible vulnerabilities, checking network for all potential methods that a hacker might use to attack it and create a report of potential problems that were found."; 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 = '...'; } }