var fDesc=new Array(); fDesc[0] = "With the eMule Mod "Titandonkey" it is possible thanks to its integrated Highspeed Credit-system to use the whole capacity of your internet connection for downloading. You get Credits for your upload which you can easily use with just one click and you will immediately get download from all other Community clients.

Thanks to the 256 bit AES Encryption eMule Titandonkey can encrypt the upload and download, as well as the communication with other clients. Another feature allows you to hide a small part of your finished files. Furthermore it is possible to send random strings instead of filenames to other clients."; 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 = ''; } }