var fDesc=new Array();
fDesc[1] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray.";
fDesc[2] = "collect bandwidth usage data and measure the speed of your Internet or any other network connection. NetWorx can help you identify possible sources of network problems, ensure that you don't exceed the bandwidth limits specified by your ISP, or track down suspicious network activity characteristic of Trojan horses and hacker attacks. The program allows you to monitor all your network connections or a specific network connection (such as Ethernet or PPP) only. The software also features a system of highly customizable visual and sound alerts. You can set it up to alert you when the network connection is down or when some suspicious activity, such as unusually heavy data flow, occurs. It can also automatically disconnect all dialup connections and shut down the system. The incoming and outgoing traffic is represented on a line chart and logged to a file, so that you can always view...";
fDesc[3] = "usage. You can observe the connection diagram of your network with the computer you are using, the router, other computers connected on the network, etc. The computer has a gauge that shows how much data you are sending and receiving over the network.";
fDesc[4] = "be useful for people with limited bandwidth/month internet connection.";
fDesc[5] = "when I was using Windows and it was free. It was absolutely awesome, too. It looks a lot like this one, but without the price tag. BWMeter allows you to track your bandwidth usage by means of graphs.";
fDesc[7] = "network connections on your computer and displays graphical and numerical download and upload speeds in real-time.";
fDesc[8] = "your internet connection speed! It displays the TRUE transmission speed and does not average it like IE.";
fDesc[10] = "internet connection. It counts downloaded and uploaded data and reminds you when you reach your maximum limit. It runs in background mode and starts automatically when your system starts.";
fDesc[11] = "monitoring the Internet traffic usage of specific users on your home or office network.";
fDesc[12] = "CommTraffic can analyze the traffic of your network and provide reports about the information of the outgoing and incoming traffic in the localhost and the generated by the remote IP addresses. CommTraffic works on 2000/XP/2003/Vista platforms both 32- and 64-bit Editions.";
fDesc[13] = ", displays and controls all traffic to/from your computer or on your network.";
fDesc[14] = "download reports from up to 8 network adapters simultaneously. Version 2.0 now has a brand new, less bulky inte...";
fDesc[15] = "traffic monitoring service. So that, Network Administrators can easily analyzes the data transfer between different nodes of a network.";
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 = '...';
}
}