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[3] = "all packets without the target users' recognition. It can also detect the ?arpspoofer? program and block user definable session like firewall.";
fDesc[4] = "Packet analyzer with HTTP file capture, a Graphical Packets Mode that shows traffic with visual effects, per-IP/per-Port/per-IP -Pair statistical information collection, and more. All in a single, easy to use Windows application. Freeware.";
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] = "both technical users (like IT managers, LAN administrators, web developers) and non-technical ones (like company managers, safe-concerned parents).";
fDesc[8] = "captured data as sequence of conversations between clients and servers.";
fDesc[9] = "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] = ", traffic, age, process EXE, status). Includes IP-Lookup Tools, Network Statistics, Remote Access Server, Rules, Port Database. It's Internet radar.";
fDesc[13] = "various types of network events. NetResident uses advanced technologies to capture the data, reconstruct it, and present it in a convenient form.";
fDesc[14] = "help System Administrators in security and performance issues. HTTP Debugger works on Windows 2000/XP/2003/Vista platforms.";
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.";
fDesc[16] = "record every detail of PC and Internet activity. Record all programs used, keystrokes typed, web sites visited, and take screenshots.";
fDesc[17] = "70 features and functions. Tools to recover passwords, recover deleted files and easily tune-up the whole system";
fDesc[18] = "voice quality, bandwidth usage, call traffic and more functions. It supports SIP (Single In-line Package) and RTP/RTCP (Real-time Transport Protocol).. Available for Windows and Linux";
fDesc[19] = "inter-process communication.";
fDesc[20] = ", web services and their clients. It allows you to trace the messages which these applications use for communication.";
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 = '...';
}
}