var fDesc=new Array(); fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[2] = "protocols. Serv-U includes industry-standard SSL encryption and a built-in, browser-based transfer client."; fDesc[3] = "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[4] = ", create a new one to monitor our Wi-Fi signal strength for example. It can measure different kinds of application, i.e., HTTP, HTTPS, FTP, NetBIOS, domain, SMPT, POP3, IMAP, NNTP, RTSP, or custom."; fDesc[5] = "Transaction, DNS, SMTP, POP3, FTP, SNMP, as well as various native Windows system sensors and native SQL sensors for MS SQL, MySQL and Oracle."; fDesc[6] = "hosts, various network resources and equipment via SNMP (on UNIX/Linux/Mac) and WMI (on Windows), HTTP, FTP, SMTP"; fDesc[7] = "Header,Timing, Content, Cookies, Query Strings, Post data, Request and Response Stream, redirection URLs and more."; fDesc[8] = "tool you may constantly check the response from your server and make sure that your website is online 100% of the time."; fDesc[9] = "health and immediately alerts you when it detects a problem. It can also run some actions to resolve the issue automatically."; fDesc[10] = "will monitor a serial port for incoming alarms and will send a page to a pager or cellular phone on a valid alarm."; 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] = "health and immediately alerts you when it detects a problem. It can also run some actions to resolve the issue automatically."; fDesc[13] = "Linux webservers."; fDesc[14] = "warning signals to administrators through different methods (email, message, sound) and run appointed program."; fDesc[15] = "monitored is highly flexible. When a problem is detected you can be informed in a variety of different ways, sound, email etc."; 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 = '...'; } }