var fDesc=new Array();
fDesc[1] = "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[2] = "Unlike eMule, DreaMule automatically connects to the network, so you don't have to stop to inspect the list of servers, or configure the servers.met";
fDesc[3] = "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[4] = "will witness a considerable acceleration of your download speed and better results of your search.";
fDesc[7] = "those networks that I knew about was Emule. Apparently, the developer of this one liked the name, too. Unlike Emule, aMule works in every major platform. So if you have Mac OS X or Linux you can download your illegal quota of music just fine.";
fDesc[8] = "languages. Applejuice Community claims to give their components more speed and security through advanced Community Features.";
fDesc[9] = "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[10] = "and other desired files faster than ever.";
fDesc[11] = "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.";
fDesc[12] = "eMule corrupted files, thus allowing the clients to finalize the downloading process; or just renaming the files as if they were complete.";
fDesc[13] = "bringing download speed to its maximum limit. Automatically finds more sources better than regular Emule.";
fDesc[14] = "for both kinds of downloads instead of two separated applications for each network? That is exactly what Torentkey does. It's a great program that has two built-in P2P clients, one for eMule network, and another one to search and download directly from BitTorrent network.";
fDesc[15] = "augments the download and search speed of eMule by finding more download sources.";
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 = '...';
}
}