var fDesc=new Array(); fDesc[1] = "active TCP and UDP connections on your computer with protocol statistics. It is a set of utilities like Netstat, Ping, Ipconfig, Route, Tracert, Arp."; fDesc[2] = "present are caused by spyware and processes that are not supposed to be running and actually are. For example, they say that if you can't connect to a wireless network outside of home, it must probably be spyware."; fDesc[3] = "a Swiss Army knife for everyone interested in a set of powerful network tools for everyday use."; fDesc[4] = "allows you to quickly look at the data when you experience problems (bad call quality for VoIP, slowdowns with applications, etc.)."; fDesc[5] = "as you please, to speed up DNS lookup, and at the same time to block unwanted websites. Network analyzing tools like 'Ping' and 'TraceRoute' helps in troubleshooting network related problems."; fDesc[6] = "between the network hosts, and obtain detailed information about each one of them. Besides, the program will also display the \"whois\" information about the domain that you typed."; fDesc[7] = "functionality. Tools include Ping, Traceroute, Port Scanner, Network Scanner, SNMP, Bandwidth Monitor, DNS, Finger, Whois & LDAP."; fDesc[8] = "connection over the Internet. Pop-up Whois provides instant contact information to report connectivity problems."; fDesc[9] = "much more"; fDesc[10] = "ActiveX controls you will be able to make the most out of the Internet and work using your maximum capacity. One advantage of this package of tools is that it is easy to use."; fDesc[11] = "PC and the remote host. Classic traceroute wrapped into a much more convenient, easy-to-use package."; fDesc[12] = "troubleshooting this utility incorporates the functionality of well known tracert and traceroute command line utilities."; fDesc[13] = "packets across the network. It shows the list of routers traversed exactly like the \"tracert\" MS-DOS command showing the IP, address and hostname of each hop. If a packet does not return within the expected time out an asterisk will be showed."; fDesc[14] = "of each connection is shown on a world map, domain and network Whois lookups enable quick reporting."; fDesc[15] = "more. The tools? output can be saved to a file (text, XML, HMTL, or Excel), while Ping or Traceroute tests can be graphed."; 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 = '...'; } }