var fDesc=new Array(); fDesc[0] = "DreaMule is a eMule version that brings everything configured intelligently. You just have to find what you want and make it download. Unlike eMule, DreaMule automatically connects to the network, so you don't have to stop to inspect the list of servers, or configure the servers.met. DreaMule has a fresh interface that has been redesigned with the intention of separating the configuration of the program and downloading files. Moreover, in the upper right corner has been added a chart that shows the evolution of download and upload speed.

DreaMule seeks to recover the lost eMule popularity over other P2P programs like Ares or Limewire, and it tries to achieve this task, implementing a series of improvements that sooner or later may become part of the official version of eMule. One of the most cool features is the Low2Low function. All users with a lowID in eMule, download files slower than others, but now that is over. Dreamule has created a system that will let users with a lowID, download faster without touching anything.
Another interesting feature of DreaMule is the ability to schedule computer shutdown when it finished the last download."; 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 = ''; } }