var fDesc=new Array(); fDesc[0] = "BitTornado is yet another BitTorrent client for Windows. I guess everyone wants a slice of the cake. This BitTorrent client is OK, at best. It is still in an experimental stage, so I will be easy on them. BitTornado attempts to be a fast BitTorrent client, thus the name. Or messy, maybe? It has all the features that you would expect from a basic BitTorrent client. It allows you to download and upload and almost unlimited number of torrents at the same time. It also features a smart queuing system, for when your connection can't just handle all the tasks at once, and has a nice speed, too. However, when I tried downloading several, well-seeded torrents at once, I got a subpar speed. In the FAQ they say that I am flooding my connection, but uTorrent could handle the same amount of torrents and more quite well. However, if you are going to give it a regular use, BitTornado will probably suffice. They are constantly working on it, I suppose, so you might want to wait until it goes out of experimental stage to try it out. Otherwise, you might feel a little disappointed."; 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 = ''; } }