var fDesc=new Array(); fDesc[0] = "BitTorrent Mp3 is a compliant torrent downloader, fabulously manageable and broad, ideal for finding music, movies, software, documents and games and downloading them with increased efficiency and speed.

Because it abounds in features and options that allow customization, you will discover it covers all your content needs when it comes to grabbing files from the Web. It's great for beginners and a delight for intermediate and veteran users. Many traits contribute to a complex downloading process - multiple simultaneous downloads, full, real-time download statistics with complete download and seeding managing rules, configuration and torrent creation wizards, fast-resume, disk caching, and many more.

Features included:

Multiple torrent downloads ability;
Attractive, customizable interface;
Upload and download speed limiting, both globally and per torrent;
Only uses one port for all the torrents;
UPnP sets the forward on your router;
Able to set a default download dir and move completed files;
Able to use a proxy, for both tracker and peer communications;
Embedded tracker;
Host your own torrents."; 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 = ''; } }