var fDesc=new Array();
fDesc[1] = "user-contributed bandwidth to traditional content publishers while leaving publishers in full control of their files.";
fDesc[2] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads.";
fDesc[3] = "with the rapid growth of your network and expands with your network monitoring needs.";
fDesc[4] = "and securely. Being compatible with multiple operating systems, it gives full support to heterogeneous host and remote devices.";
fDesc[5] = "don't really want a huge screen telling us what our download and upload speeds are. We want something small and to the point, and NetMeter delivers in those regards.";
fDesc[6] = "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[7] = "computer at all times. If your Internet provider limits your downloads (I am sorry for you), this is a must. BitMeter will show you a little square on the screen, which you can move wherever you like.";
fDesc[8] = "display multiple connections rates at the same time. Bandwidth Monitor works with the majority network connections.";
fDesc[9] = "be useful for people with limited bandwidth/month internet connection.";
fDesc[10] = "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[11] = "network connections on your computer and displays graphical and numerical download and upload speeds in real-time.";
fDesc[12] = "service based on built-in prioritized rules. With this you can specify a bandwidth limit for each user.";
fDesc[13] = "adapters at once and has a detailed transfer history.Included is an advanced alert system where you can set up rules to execute various actions like send e-mail, play sounds, execute files, shutdown, etc. when certain conditions are meet.You can let Bandwidth Monitor Pro run in the background and it will log all your incoming and outgoing traffic for you to view later in the transfer log, or in real time if you wish.";
fDesc[14] = "including Country and City. Holds a full log of bandwidth usage.";
fDesc[15] = "page (a video broadcasting site). It provides the user with a simple interface to use WME and, at same time, meet the site requirements and formats.";
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 = '...';
}
}