var fDesc=new Array(); fDesc[1] = "includes support for IPV6 and Teredo, a compatibility protocol for IPV4 and IPV6 systems on a NAT. It also have a better integration with Windows Vista and new torrent connection distribution that should increase speed."; fDesc[2] = "to increase the download speeds of uTorrent. It increases download speeds way up so you can grab the files you want so badly, much quicker. uTorrent Turbo Booster allows you to download applications, movies, music at a very fast pace."; fDesc[3] = "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[6] = "data. This application scans your files and deletes stored private information to protect your privacy. In its free scan version some features are disabled."; fDesc[7] = "speed of the file sharing program (utorrent) that it was created for! It presents a neat interface. With 3 buttons and a \"Statistics\" part that show all the information."; fDesc[8] = "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[9] = "uTorrent that act as a download accelerator. uTorrent SpeedUp Pro plays with the default settings of the uTorrent client and increases the download speeds to the maximum. Whether it is movies, music, application or anything - you can download them much quicker."; fDesc[10] = "Torrent Ratio Keeper Monster is the ultimate tool that will enable you to dramatically increase the speed of your downloads and have a high share ratio in the same time."; fDesc[11] = "client uTorrent. It is easy to install and use and accurately integrated to uTorrent to provide more useful functions."; fDesc[12] = "architecture behind this app l you to download movies, MP3s, games and other files you want at the highest speed."; fDesc[14] = "when using uTorrent client in BitTorrent network by optimizing bandwidth usage."; fDesc[15] = "BitTorrent network. uTorrent Download Optimizer is distributed as a Freeware, so you can afford to use it!"; fDesc[17] = "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[18] = "faster due to higher speed and improved search from multiple sources and you will gain full Internet connection."; fDesc[19] = "utility that will add a many extras into uTorrent and will not cost you a penny, because it is Freeware."; 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 = '...'; } }