var fDesc=new Array();
fDesc[1] = "web bandwidth usage optimization and the best connection settings to improve the download speed and the accuracy of your search.";
fDesc[2] = "when using uTorrent client in BitTorrent network by optimizing bandwidth usage.";
fDesc[3] = "utility that will add a many extras into uTorrent and will not cost you a penny, because it is Freeware.";
fDesc[4] = "will automatically set optimal values to the download settings and increase download speed of Shareaza.";
fDesc[5] = "BitTorrent network. uTorrent Download Optimizer is distributed as a Freeware, so you can afford to use it!";
fDesc[6] = "client uTorrent. It is easy to install and use and accurately integrated to uTorrent to provide more useful functions.";
fDesc[7] = "download and search speed of Bearshare by finding more download sources, optimizing bandwidth usage and connection settings.";
fDesc[8] = "BitTorrent.This acceleration tool is easy to setup and does not require any user intervention.";
fDesc[9] = "BitTorrent download links.Bitcomet Speeder will accelerate download speed of torrents by optimizing Internet bandwidth usage.";
fDesc[10] = "networks. Start using it Absolutely Free now and getting files from Gnutella will became fast and easy like never before!";
fDesc[11] = "torrents and improve bandwidth usage when using Bittorrent in a large BitTorrent file sharing network.";
fDesc[12] = "Limewire. New engine works by optimizing web connection settings and extensive use of available internet bandwidth to increase download speed.";
fDesc[13] = "into FrostWire core client and will optimize web bandwidth usage and connection settings.";
fDesc[14] = "dramatically boost download speed of torrents by optimizing Internet bandwidth usage to the maximum possible extent.";
fDesc[15] = "P2P client. Limewire Download Speed will automatically set optimal values to the download settings and increase download speed of Limewire.";
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 = '...';
}
}