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] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads."; fDesc[3] = "result, and then showing you the details. If you have a torrent downloader installed, you can start downloading a given file only clicking on it. The program automatically detects and uses the Torrent Client that you have installed in your system."; fDesc[4] = "and most of them are really good. So, when you have to make up your mind, it is often a tough choice. This one is perhaps not as well known as the other contenders, but it definitely does not lack in the feature department. All you might expect is here."; fDesc[5] = "a great alternative to popular torrent clients. They say that Movie Torrent allows the user to simplify the process of searching for files (movies, music, games, photos) and downloading them."; fDesc[6] = "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[7] = "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[8] = "connect to different filesharing networks like Fasttrack, Gnutella, OpenFT and Ares."; fDesc[9] = "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[10] = "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[11] = "others using any torrent client. You can build torrent files from any data saved in your drives. You can use two modes: Simple or Classic."; fDesc[12] = ", etc.) in a snap. The program features a very simple and intuitive user interface, which includes a configuration wizard that allows you to set your program the way so that you could work efficiently and fast."; fDesc[13] = ".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."; fDesc[14] = "simply need to load a torrent into the interface. The program does not upload any data at all, though. It just cheats the system into believing that an active connection is made and that data is flowing through it."; fDesc[15] = "layout gives you all the basic information you need to know the progress of your file-sharing operations, and will not take up any more system resources than those strictly necessary."; 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 = '...'; } }