var fDesc=new Array(); fDesc[1] = "support to a new protocol being supported to being able to control your downloads remotely, µTorrent 1.8 is making a statement."; fDesc[2] = "user-contributed bandwidth to traditional content publishers while leaving publishers in full control of their files."; fDesc[3] = "application is a stronghold of stability and reliability. There is so much to say about this application. Perhaps the most important aspect to comment about the change of name is that, since then, the application includes a portal for high definition content."; fDesc[4] = "networks: eMule, Gnutella, BitTorrent and Gnutella2. Shareaza is FREE and contains NO spyware or third-party products."; fDesc[5] = "browser, or you can search files directly through the client. It´s highly recommended to start your downloads from well known sites, to avoid fakes. Since anyone can upload files in a P2P network, some people likes to pretend that a file is something that is really not."; fDesc[6] = "Azureus Vuze 3.0 can build new torrents, download existing ones, search for any wanted files and download them, interrupt and resume download without losing downloaded parts. It supports 42 different languages."; fDesc[7] = "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?"; fDesc[8] = "bittorrent client will work with this program! It can report to any tracker (the website used to manage specific torrent files / file sharing between the peers), any wrong upload traffic information ! So, you apper to be uploading many GBs or TBs of data, but you really aren't."; fDesc[9] = "those files in a high speed mode (torrent) and save them into the user hard disk. The application offers an integrated VLC Media Player (\"codec-less\", so user doesn't need to know which codecs are needed), a CD ripper, and a CD burner."; fDesc[10] = "user interface, very similar to KTorrent. The main window is divided in two sections, and at the bottom of the window you can find a lot of information about your active torrents. The program is fully customizable and you can even set individual settings for each torrent."; fDesc[11] = "more you share, the easiest is for everyone to get what they want. However, sometimes you just need to have something quickly. That's where BitTyrant comes to play. Somehow, it pinpoints the sources with the best upload speed and gets them to send to you."; fDesc[12] = "files from internet. It is one of the best and for sure the fastest Bittorrent client available! µTorrent was written with efficiency in mind. Unlike many torrent clients, it does not hog valuable system resources like memory or hard disk space.It typically using less than 6MB or less of memory."; fDesc[13] = "purpose of FrostWire is to improve and expand some of the features of LimeWire. FrostWire shows a completely renovated interface (customizable through various visual themes), and the operation itself is similar to that of his predecessor LimeWire."; fDesc[14] = "size with your existing e-mail account."; fDesc[15] = ".torrent file from files in your PC. This way, you will be able to share any file or group of files that you want, with other members of the P2P community. Of course, you will be able to download torrents from others."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }