var fDesc=new Array();
fDesc[1] = "speed of the file sharing program (utorrent) that it was created for! It presents a neat interface. With 3 buttons and a \"Statistics\" part that show all the information.";
fDesc[2] = "uTorrent that act as a download accelerator. uTorrent SpeedUp Pro plays with the default settings of the uTorrent client and increases the download speeds to the maximum. Whether it is movies, music, application or anything - you can download them much quicker.";
fDesc[4] = "architecture behind this app l you to download movies, MP3s, games and other files you want at the highest speed.";
fDesc[5] = "faster due to higher speed and improved search from multiple sources and you will gain full Internet connection.";
fDesc[6] = "when using uTorrent client in BitTorrent network by optimizing bandwidth usage.";
fDesc[7] = "BitTorrent network. uTorrent Download Optimizer is distributed as a Freeware, so you can afford to use it!";
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 = '...';
}
}