var fDesc=new Array(); fDesc[1] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools."; fDesc[2] = "all packets without the target users' recognition. It can also detect the ?arpspoofer? program and block user definable session like firewall."; fDesc[4] = "using the HTTP, FTP, SMPT, POP3 or Telnet protocols. It doesn´t work on Hotmail or Windows Live Messenger. This program becomes useful when you forgot your passwords, but your web browser remembers them."; fDesc[5] = "framed interface. In the upper left panel you will see the general information about each HTTP connection (time, client and server IP, URL, file length, status and information)."; fDesc[6] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents)."; fDesc[7] = "are saved to a previously set directory on your computer’s hard disk. This office and domestic tool offers a good way to record conversations, and export them in a straightforward way. There’s no need to install any supplementary software or plug-ins on other computers."; fDesc[10] = "various types of network events. NetResident uses advanced technologies to capture the data, reconstruct it, and present it in a convenient form."; fDesc[11] = "help System Administrators in security and performance issues. HTTP Debugger works on Windows 2000/XP/2003/Vista platforms."; fDesc[12] = "websites Flash videos shared quickly, just by typing the URL where the video you want to download. Tiglesoft web sniffer allows video download videos from websites such as YouTube (the video-sharing site more popular these days), break and metacafe."; fDesc[13] = "inter-process communication."; fDesc[14] = ", web services and their clients. It allows you to trace the messages which these applications use for communication."; fDesc[15] = "transferring), Time synch, Traffic explorer and many others. Designed for users of all skills, has lots of unmatched features."; fDesc[16] = "analyzing (sniffer) tool. myNetMon uses WinPcap, a windows port of Libpcap which is a packet capturing library."; fDesc[17] = "researching network protocols."; 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 = '...'; } }