var fDesc=new Array();
fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement.";
fDesc[2] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface.";
fDesc[3] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs.";
fDesc[4] = "dedicated to downloading and uploading files like in a wholesale, and it has every tool needed to do it in the best and most efficient way possible. Like many other torrent managers, it can handle magnet files. It has a scheduler for your downloads.";
fDesc[5] = "popular because it has faster speeds when downloading compared to other p2p programs that use the same network. Also its community has grown a lot, and this is why users can find a lot of music and videos to download.";
fDesc[6] = "networks: eMule, Gnutella, BitTorrent and Gnutella2. Shareaza is FREE and contains NO spyware or third-party products.";
fDesc[7] = "web, support for 31 languages and an improved search. With emule Plus 1.2c you can download millions of files available through the web, hosted in computers belonging to users like you.";
fDesc[8] = "preserving privacy on P2P networking. PeerGuardian 2 is Open Source code, so the program code is available online for anyone who wants to see it or edit it.";
fDesc[9] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando.";
fDesc[10] = "Azureus Vuze 3.0 can build new torrents, download existing ones, search for any wanted files and download them, interrupt and resume download without losing downloaded parts. It supports 42 different languages.";
fDesc[11] = "of media files or content from the net on different P2P network. The huge network of its peer-to-peer, windows-based client technology allows to quickly and easily download, upload, and share media files and allows to communicate with your near and dear ones.";
fDesc[12] = "bittorrent client will work with this program! It can report to any tracker (the website used to manage specific torrent files / file sharing between the peers), any wrong upload traffic information ! So, you apper to be uploading many GBs or TBs of data, but you really aren't.";
fDesc[13] = "Basic. It´s free, faster and with YouTube, iTunes ® store and Kelkoo integration. LimeWire Plus can handle .torrent and .magnet links.";
fDesc[14] = "sharing all over the world. eMule Plus improves eMule’s abilities and features, both in work efficiency and graphical user interface. The software is pretty reliable as its functionality is checked for corruptions while downloading, so as to ensure an error free downloaded file.";
fDesc[15] = "AdunanzA was born as a project to enhance the file sharing at Fastweb and Kadu Network. It´s a modification ot the original eMule client, with some internal tweaks to speed up the download process.";
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 = '...';
}
}