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] = "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[4] = "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[5] = "availability, Disks, Processes, Network Monitoring (Processes accessing Internet, Network Traffic/Speed), Services, StartUp Programs.";
fDesc[6] = "phone or anywhere through the Internet. The program utilizes a password-protected built-in web server that categorizes your media.";
fDesc[7] = "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[8] = "limit. Automatically finds more sources better then a regular Emule search engine and optimizes bandwidth.";
fDesc[9] = "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[10] = "sharingapplication around. Trade any type of file: mp3, video, images, software, etc. with anyone throughout the internet.";
fDesc[11] = "shaper, URL filtering, Bridging, Redirection, NAT and traffic statistics software for the Microsoft Windows.";
fDesc[12] = "service based on built-in prioritized rules. With this you can specify a bandwidth limit for each user.";
fDesc[13] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores.";
fDesc[14] = "Featuring Pause/Resume, Splitting Download, Zip Preview, HTTP/FTP Browser, Link Grabbing, Alternate URL Support, Sticky Notes, Check for Upd...";
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] = "limiter, bandwidth priority, packet capture popup killer.";
fDesc[17] = "use program saves your precious time by bringing download speed to its limit. It has many useful extras too.";
fDesc[18] = "interface makes it simple to create access rules controlling what activity should be blocked.";
fDesc[19] = ", cities and countries through WAN Link. WAN link is still expensive and may be point of bottleneck many a times.";
fDesc[20] = "limit. Automatically finds more sources better then a regular Imesh search engine and optimizes bandwidth.";
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 = '...';
}
}