var fDesc=new Array(); fDesc[1] = "allows you to close unwanted TCP connections, kill the process that opened the ports, and save the ports list to file, and more."; fDesc[2] = "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[4] = "for all TCP connections (including IPv6) Configurable update speed makes it more user friendly and easy to customize."; fDesc[5] = "port, because the program maps ports to its owning application. Active Ports 1.4 also displays a local and remote IP address for each connection and allows you to terminate the owning process."; fDesc[6] = "tools bundled together for a long time. With this application(s) you can diagnose any network problem. Well, as long as you know what you are doing and where to look."; fDesc[7] = "need a server in between users. It is small program that resides on the system-tray and pops-up when a message is recived. Available for Windows, Linux and Mac in English and a couple of other languages."; fDesc[8] = "spending waiting for your downloads to finish. Okoker Internet Accelerator will run in your computer without affecting your PC´s performance, since it uses a very small amount of RAM."; fDesc[9] = "Virtual Serial Port Driver is installed, for applications involving GPRS devices, user PC can be set to operate in TCP Server mode, initializing the connection when sending RS232 data to the remote port, the converter sets the serial connection."; fDesc[10] = "captured data as sequence of conversations between clients and servers."; fDesc[11] = "tweaking your Internet connection. It is a standalone utility. There is no need to install it, just download and run. It automatically alters the TCP/IP settings in the Windows registry based on your needs."; fDesc[12] = "simple task, following the Help File directions step by step. The application comes with a 'default' group already created for the user. Now the program helps to add a new 'user', or keep the 'default' user that is ready to use."; fDesc[13] = "turning your computer into low-cost terminal server. So, any serial port device connected to COM port could be accessed from anywhere in the world."; fDesc[14] = "communicating through TCP/IP."; 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 = '...'; } }