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] = ", ScreamTracker 3 (S3M), Impulse Tracker (IT), Fast Tracker 2 (XM), MIDI and WAV files. You will be able to create and save playlists that will include all the songs that you choose from any drive in your PC or across your network. Or you can choose to play single files as well.";
fDesc[9] = "your internet connection speed! It displays the TRUE transmission speed and does not average it like IE.";
fDesc[11] = "including Country and City. Holds a full log of bandwidth usage.";
fDesc[12] = "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[13] = "object-oriented programming design, permitting the users to move the object to the desired position, or alter its size and outlook merely with the help of the mouse.";
fDesc[14] = "with ease. An included text editor allows you to create and encrypt secure documents that can be sent by any e-mail or messenger program";
fDesc[15] = "Ideal for dial-up, cable, DSL, wireless with all later Windows and AOL. Includes DU Meter network monitoring utility and LinkFox web accelerator.";
fDesc[16] = "monitoring the Internet traffic usage of specific users on your home or office network.";
fDesc[17] = "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[18] = "Protocol (FTP) site. The application offers real time monitoring and data information during all the FTP transfers, it sends emails to the Server administrator when transfers processes are finished or determined events are detected, etc.";
fDesc[19] = "Card Capabilities, Network Performance, Download Speeds, Connected Printers, Disk Temperatures and many others.";
fDesc[20] = "machinery, or office equipment, this software will do the job.";
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 = '...';
}
}