var fDesc=new Array(); fDesc[0] = "eMule Mephisto is a Modification of the Filesharing Programm eMule. eMule Mephisto is a free peer-to-peer (P2P) file sharing application for Windows.
Main Features:
- Slotfocus (always enabled)
- full/trickle for GUI purpose
- Display if last UploadBandwithThrottler reached bandwith
- Multiple friendslots
- Diabolic Easteregg"; 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 = ''; } }