var fDesc=new Array(); fDesc[1] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform."; fDesc[2] = "Sniffing, NetFlow, instant network failure alerts, in-depth analysis and reporting and more."; fDesc[3] = "analysis, and advanced options. The program automatically captures and saves the conversations into a directory, which can be easily set."; fDesc[4] = "to perform; no further requirements to install the program are needed. The HTTP Analyzer GUI is friendly and easy to use; the different data sections are organized in different sections to make easy the information analysis."; fDesc[5] = "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[6] = "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[7] = "Console, and runs as a service to provide rock-solid reliability. Overseer monitors numerous different resource types, and provides numerous ways to notify an administrator in case of failure. Allow Overseer to actively monitor your critical IT systems, so you don't have to. More Info."; fDesc[9] = "Header,Timing, Content, Cookies, Query Strings, Post data, Request and Response Stream, redirection URLs and more."; fDesc[10] = "Apache servers, which are used ubiquitously in the web hosting industry."; fDesc[11] = "HTTP/HTTPS traffic in real-time. It doesn't change your Windows system files and no device drivers or proxies have to be installed."; fDesc[12] = "from your desk. Supports pop-up, e-mail, sound, launch external application, log file, and event log alerts."; fDesc[13] = "information is collects remotely, the server and the HTTP Monitor can works in different places."; fDesc[14] = ", which are used ubiquitously in the web hosting industry."; fDesc[15] = "ubiquitously in the web hosting industry."; 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 = '...'; } }