var fDesc=new Array();
fDesc[1] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program.";
fDesc[2] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc.";
fDesc[3] = "multiple users chat and private-message exchange with offline messaging ability. The messenger can log all your messages to the log folder you choose on your computer so that you could find and read them whenever you need.";
fDesc[4] = "format or the encoding was not the same. Conversion Plus 6.0 is an easy to use software available for Windows (2000, XP and Vista) to \"translate\" files made by another word processor software so you can open, view, print or convert any kind of file you need.";
fDesc[5] = "when using uTorrent client in BitTorrent network by optimizing bandwidth usage.";
fDesc[6] = "Delphi 7.";
fDesc[7] = "utility that will add a many extras into uTorrent and will not cost you a penny, because it is Freeware.";
fDesc[8] = "will automatically set optimal values to the download settings and increase download speed of Shareaza.";
fDesc[9] = "client uTorrent. It is easy to install and use and accurately integrated to uTorrent to provide more useful functions.";
fDesc[10] = "BitTorrent network. uTorrent Download Optimizer is distributed as a Freeware, so you can afford to use it!";
fDesc[11] = "are network (LAN).";
fDesc[12] = "dramatically boost download speed of torrents by optimizing Internet bandwidth usage to the maximum possible extent.";
fDesc[13] = "into FrostWire core client and will optimize web bandwidth usage and connection settings.";
fDesc[14] = "torrents and improve bandwidth usage when using Bittorrent in a large BitTorrent file sharing network.";
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 = '...';
}
}