var fDesc=new Array();
fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[2] = "user can copy one or more file links and the program checks them if they are available and, if so, downloads them, this feature can also work by introducing the page’s code complete";
fDesc[3] = "program offers advanced services, IP filters, and you can restrict access to your local NAT, or password protect it as well. The program has an internal web-server and provides four types of logs.";
fDesc[4] = "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[5] = "network connections made in your PC (local and from Internet), arranged in a per-application basis, and also you can limit the bandwidth usage for each one of them.";
fDesc[6] = "service based on built-in prioritized rules. With this you can specify a bandwidth limit for each user.";
fDesc[7] = "availability, Disks, Processes, Network Monitoring (Processes accessing Internet, Network Traffic/Speed), Services, StartUp Programs.";
fDesc[8] = "phone or anywhere through the Internet. The program utilizes a password-protected built-in web server that categorizes your media.";
fDesc[9] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores.";
fDesc[10] = "monitors their computers to prevent infection of the malicious behavior type. The Security Shield 7.0 program offers automated hourly anti-virus updates and real time email, file and web scanning in its anti-virus feature.";
fDesc[11] = "Featuring Pause/Resume, Splitting Download, Zip Preview, HTTP/FTP Browser, Link Grabbing, Alternate URL Support, Sticky Notes, Check for Upd...";
fDesc[12] = "program is able to not only capture video, but also to compress it afterwards. The Video Man software also allows for video editing. The user can use features like unlimited amount of overlay tracks, super screen color keying and a navigator window.";
fDesc[13] = "shaper, URL filtering, Bridging, Redirection, NAT and traffic statistics software for the Microsoft Windows.";
fDesc[14] = "need to simultaneously connect all your computers to the Internet through just one simple connection with your existing service provider.";
fDesc[15] = "information of downloads and uploads traffic. The ByteOMeter works on Windows 2000/XP/2003 Server platforms, with a minimum hardware Pentium II CPU, 32 MB RAM and 5 MB hard disk space.";
fDesc[16] = "sharingapplication around. Trade any type of file: mp3, video, images, software, etc. with anyone throughout the internet.";
fDesc[17] = "limiter, bandwidth priority, packet capture popup killer.";
fDesc[18] = "extremely fast data stream with alternating baud rate, flow control, RTS and DTR states. Try it right now and you won't be disappointed!";
fDesc[19] = "powerful webserver with PHP functionality!";
fDesc[20] = "download speed to its limit. Automatically finds more sources better then a regular LimeWire search engine and more.";
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 = '...';
}
}