var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
fDesc[3] = "provided to their users. You don't have to buy a premium account or even be a registered user to use it! With this application you can resume an interrupted upload or stopped download instead of starting again from scratch.";
fDesc[4] = "mirrors, BitTorrent files, file preview, scheduling + much more.";
fDesc[5] = "web bandwidth usage optimization and the best connection settings to improve the download speed and the accuracy of your search.";
fDesc[6] = "server. It supports the resume feature and is capable of restarting a broken download due to lost connection.";
fDesc[7] = "when using uTorrent client in BitTorrent network by optimizing bandwidth usage.";
fDesc[8] = "utility that will add a many extras into uTorrent and will not cost you a penny, because it is Freeware.";
fDesc[9] = "will automatically set optimal values to the download settings and increase download speed of Shareaza.";
fDesc[10] = "BitTorrent network. uTorrent Download Optimizer is distributed as a Freeware, so you can afford to use it!";
fDesc[11] = "client uTorrent. It is easy to install and use and accurately integrated to uTorrent to provide more useful functions.";
fDesc[12] = "into FrostWire core client and will optimize web bandwidth usage and connection settings.";
fDesc[13] = "Limewire. New engine works by optimizing web connection settings and extensive use of available internet bandwidth to increase download speed.";
fDesc[14] = "networks. Start using it Absolutely Free now and getting files from Gnutella will became fast and easy like never before!";
fDesc[15] = "BitTorrent download links.Bitcomet Speeder will accelerate download speed of torrents by optimizing Internet bandwidth usage.";
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 = '...';
}
}