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] = "design and highest performance and security for the Windows platform by utilizing multiple CPUs/CPU-cores."; fDesc[9] = "Featuring Pause/Resume, Splitting Download, Zip Preview, HTTP/FTP Browser, Link Grabbing, Alternate URL Support, Sticky Notes, Check for Upd..."; fDesc[10] = "shaper, URL filtering, Bridging, Redirection, NAT and traffic statistics software for the Microsoft Windows."; fDesc[11] = "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[12] = "limiter, bandwidth priority, packet capture popup killer."; fDesc[13] = "use program saves your precious time by bringing download speed to its limit. It has many useful extras too."; fDesc[14] = "interface makes it simple to create access rules controlling what activity should be blocked."; fDesc[15] = ", cities and countries through WAN Link. WAN link is still expensive and may be point of bottleneck many a times."; 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 = '...'; } }