var fDesc=new Array(); fDesc[0] = "aMule is an eMule-like client for the eD2k and Kademlia networks, supporting multiple platforms.
aMule is built upon the wxWidgets (formerly wxWindows) toolkit, which enables it to support multiple platforms.
aMule has most features of the eMule client. These include:
-eD2k and Kademlia support.
-aMule is currently available in 28 languages.
-Support for Source Exchange in order to find sources for files more efficiently.
-Large queues and the Credit system helps to ensure that everyone will get the file they want and rewards those who actively upload to other users."; 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 = ''; } }