var fDesc=new Array(); fDesc[1] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark."; fDesc[2] = "product is designed for a local network. It e-mails or exports chat logs by only indicating the IP address you wish to monitor. If you set it, the program also can block any chat conversation or use passwords and hotkeys protection."; fDesc[3] = "driver, it requests all the packets from the network card driver (even the packets not addressed to this computer). The software will intercept all messages available on the network adapter."; fDesc[4] = "the most efficient one. You can install keyloggers and other applications that record conversations. However Messenger Detect does not need to be installed on target computers."; fDesc[5] = "conversations from Yahoo Messenger on all the computers in a local network. Yahoo Messenger Monitor Sniffer can record all conversations and save them for a complete analysis. These conversations are saved in a folder named with the date and time and save different files in HTML format."; fDesc[6] = "analysis, and advanced options. The program automatically captures and saves the conversations into a directory, which can be easily set."; fDesc[7] = "conversations on all computers in a network"; fDesc[8] = "employees, spouses, or children have at their private chat rooms. In my opinion, Yahoo Messenger Monitor Sniffer is a very helpful program for those people who would like to be more informed about other people’s deep and real thoughts."; fDesc[9] = "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[11] = "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[12] = "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[13] = "processes' details of your active connections. The program can view and dump data packets and even work as a packet sniffer for any IP."; fDesc[14] = "traffic on your network. You will view connections, packets and data in real time. EtherDetect Packet Sniffer will show you all the information it gathers in a framed interface."; fDesc[15] = "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."; 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 = '...'; } }