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] = "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[3] = "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[4] = "television channels and radio stations from anywhere in the world. In addition, due to the popularity of this system, we can find a lot of websites that link us directly with SopCast to watch a given program, such as a movie or a sporting event.";
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] = "contains a powerful search tool that lets you find and download sound files (mp3, wav, midi, etc.), Image or video (movies, trailers, jokes, graphics) on the Internet.";
fDesc[7] = "television player. This is the smartest way to enjoy favorite videos, TV shows, Movies, Music, without shredding a single penny from your pocket. This tool allows the user to manage, browse, download, play and watch videos by expanding its viewing area";
fDesc[8] = "networks: eMule, Gnutella, BitTorrent and Gnutella2. Shareaza is FREE and contains NO spyware or third-party products.";
fDesc[9] = "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[10] = "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[11] = "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[12] = "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[13] = "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[14] = "The DVD creation capability turns your slideshow productions into DVDs that you can easily share with friends and family on your TV.";
fDesc[15] = "Basic. It´s free, faster and with YouTube, iTunes ® store and Kelkoo integration. LimeWire Plus can handle .torrent and .magnet links.";
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 = '...';
}
}