var fDesc=new Array(); fDesc[1] = "car equipped with the most advanced weapons. Take a dangerous route destroying the enemies to finish first."; fDesc[2] = "transport passengers around a city, adjusted to a timetable on a planned route, obeying traffic rules, and taking care not to upset or injure your passengers."; fDesc[3] = "analysis, a tool that many companies use to know the sites you visit, and where are you physically located. Tor 0.1.2.19 achieves this by bouncing your communications around a distributed network of relays run by volunteers all around the world."; fDesc[4] = "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[5] = "interface´s icon will allow you to renew the IP addresses. The \"Interfaces\" tab will allow you to enable or disable NIC administratively. The program works fully under Windows 2000, Windows XP and Windows Vista."; fDesc[6] = "maps of Europe, North America, South America, Middle East, Australia/New Zealand, South Africa. In some countries only major cities have street level maps. Map24 Desktop runs on any Windows desktop PC with an internet connection."; fDesc[7] = "to troubleshoot your Smart BRO broadband connection problem if you use this Quick Fix Tool. Quick Fix Tool is specifically developed to diagnose your Smart BRO Broadband connection problems."; fDesc[8] = "address after the scanning process of the network. Its trace route option helps the user to see the route to a particular address."; fDesc[9] = "and help you to explore new areas with ease. So, you can maximally use your trip all over the Europe. As compared with the most online cartography sites Autoroute has more personal function for trip planning."; fDesc[10] = "not just a network scanner, with this you can perform DNS-dig, whois, remote OS fingerprinting, trace-route, ping, and much more."; fDesc[11] = "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[12] = "choice, the most reliable network connectivity control tool on the Internet. Cool and easy."; fDesc[13] = "routes or delete existing ones, using a simple user interface, what is easier that throwing commands over the command line. It works just for Windows."; fDesc[14] = "more info about site, host, domain, ip address..."; fDesc[15] = "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."; 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 = '...'; } }