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] = "to increase the download speeds of uTorrent. It increases download speeds way up so you can grab the files you want so badly, much quicker. uTorrent Turbo Booster allows you to download applications, movies, music at a very fast pace.";
fDesc[3] = "Bitcomet file-sharing program. Your movies, MP3s, books and other files will be pouring in like crazy! It is FREE and 100% CLEAN!";
fDesc[4] = "modern architecture specially designed to obtain high speed downloads and enable advanced searching for sources.";
fDesc[6] = "easy to install and use and once you have done that you will find the files you want with far more speed than before";
fDesc[7] = "the P2P world. It employs the latest technology so that you download movies MP3s and any other files you want the fastest way possible.";
fDesc[8] = "augments the download and search speed of eMule by finding more download sources.";
fDesc[9] = "client uTorrent. It is easy to install and use and accurately integrated to uTorrent to provide more useful functions.";
fDesc[10] = "download speed to its limit. Automatically finds more sources better then a regular Morpheus search engine and much more.";
fDesc[11] = "downloads dramatically.";
fDesc[12] = "automatic selection of optimal connection settings to perform fastest downloads. And finally - it is a Freeware!";
fDesc[13] = "Limewire. New engine works by optimizing web connection settings and extensive use of available internet bandwidth to increase download speed.";
fDesc[14] = "dramatically boost download speed of torrents by optimizing Internet bandwidth usage to the maximum possible extent.";
fDesc[15] = "into FrostWire core client and will optimize web bandwidth usage and connection settings.";
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 = '...';
}
}