var fDesc=new Array(); fDesc[1] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads."; fDesc[2] = "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[3] = "technical support, managing network from different locations, even using the program for hands-on remote education."; fDesc[4] = "when downloading or uploading large files over the internet. There is a suspend/resume capability that allows users to resume interrupted transfers, pause and resume a file transfer as needed..."; fDesc[5] = "network connections on your computer and displays graphical and numerical download and upload speeds in real-time."; fDesc[6] = "availability, Disks, Processes, Network Monitoring (Processes accessing Internet, Network Traffic/Speed), Services, StartUp Programs."; fDesc[7] = "take control of a remote computer by controlling the mouse and keyboard. Additionally you can also record student?s screens."; fDesc[8] = "limiter, bandwidth priority, packet capture popup killer."; fDesc[9] = "etc) onto a rich graphical representation. Wizard Based, including setup wizard used to scan & draw a network in a few steps."; fDesc[10] = ", network latency, and voice or video quality of service by sending test data between any two PCs on your network."; fDesc[11] = ", displays and controls all traffic to/from your computer or on your network."; fDesc[12] = "control of a remote computer by controlling the mouse and keyboard. Additionally you can also record student?s screens."; fDesc[13] = "immediately with a reduction in your overall bandwidth requirement while allowing business-critical network applications to run smoothly."; fDesc[14] = "bandwidth test results in a database so you can create charts."; fDesc[15] = "reduction in your overall bandwidth requirement while allowing business-critical network applications to run smoothly."; 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 = '...'; } }