var fDesc=new Array(); fDesc[0] = "BitHit is a peer-to-peer file sharing software based on Azureus code. The program runs discreetly in the background and can be configured to the most basic tasks. It offers detailed data about the download/upload process, from the number of seeders and peers connected to you, to the speed of your downloads/uploads, ETA and lots of other options.

Features:
- Highly configurable settings such as upload and download speed limit and disk cache.
- Uses one port for all the torrents.
- Efficient seeding rules.
- Uses a proxy for both tracker and peer communications.
- Embedded tracker."; 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 = ''; } }