var fDesc=new Array(); fDesc[0] = "eMule Applejuice 0.49.1.27 is the eMule P2P client with Applejuice 3.12 added.

The program can be installed in 9 different languages.

Applejuice Community claims to give their components more speed and security through advanced Community Features, such as:

- Applejuice Creditsystem: a system that will let you "buy" download Slots from other Community Clients. The Applejuice Creditsystem provides high download rates. When you collect at least 30 Applejuice Credits, you can enable Applejuice Creditdownload. After that the available Community Clients will give you download immediately. Therefore you can reach a download speed of many hundreds KB/s on a file.

- Community Topfile List: that will allow you to search and find the files with most community clients.

- Advanced Upload Management, Upload Protection and Boost Clients

- Hacks, Community Fakes and Client Emulations

- Security Features such as 'no complete Files' and 'Filename Obfuscation'.

- AES (256 bit) encrypted File-Transfers that will give you more Security."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }