var fDesc=new Array(); fDesc[0] = "Morpheus Games Downloader is a solid tool that can really make a difference in the way you download your games (as well as any other type of media files: movies, music, applications), offering the connecting potential and file database of no less than four different networks (Gnutella2, Gnutella, eDonkey, and BitTorrent).

Main features:
- Multiple torrent downloads ability.
- Attractive, customizable interface.
- Upload and download speed limiting, both globally and per torrent."; 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 = ''; } }