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[3] = "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[4] = "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[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] = "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[9] = "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[10] = "architecture behind this app l you to download movies, MP3s, games and other files you want at the highest speed."; fDesc[11] = "faster due to higher speed and improved search from multiple sources and you will gain full Internet connection."; fDesc[12] = "when using uTorrent client in BitTorrent network by optimizing bandwidth usage."; fDesc[13] = "utility that will add a many extras into uTorrent and will not cost you a penny, because it is Freeware."; fDesc[14] = "BitTorrent network. uTorrent Download Optimizer is distributed as a Freeware, so you can afford to use it!"; fDesc[15] = "client uTorrent. It is easy to install and use and accurately integrated to uTorrent to provide more useful functions."; 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 = '...'; } }