var fDesc=new Array(); fDesc[0] = "MP3 eDonkey Search is a completely FREE software to effectively find and share MP3 as well as other different file types over ED2K, Source Exchange and Kad P2P networks.
MP3 eDonkey Search is based on the original eMule and provides many great features such as different types of search using local and global servers, web based search over Jigle and Filedonkey and also search over Kademlia (Kad) network.
MP3 eDonkey Search automatically performs checking for corruption while downloading files and corrects errors, allows to preview files while downloading and conveniently organize downloaded MP3 files by categories. As a nice bonus MP3 eDonkey Search has a built-in IRC client to chat with your friends and other users and multilingual interface translated to more then 30 languages."; 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 = ''; } }