var fDesc=new Array(); fDesc[1] = "download games to enjoy, and share them with others. You can actually share any digital file, including images, audio, video, software, documents, etc. The latest version supports BitTorrent protocol and Shoutcast radio stations."; fDesc[2] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[3] = "popular because it has faster speeds when downloading compared to other p2p programs that use the same network. Also its community has grown a lot, and this is why users can find a lot of music and videos to download."; fDesc[4] = "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[5] = "if you use the older versions can see this. It is easy to use, you just install it, search and download, support multiple searches and downloads too, the interface is elegant and you can choose what languages use because the international version has many."; fDesc[8] = "for free with the other members of this open online free music community. The MP2P protocol is a private UDP transport protocol that doesn´t use a central server. The files are downloaded directy from the computer of the other members."; fDesc[9] = "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[10] = "tutorials or presentations.This program comes with a user-friendly control panel for which no expertise is required. This program is compatible with all ranges of systems."; fDesc[11] = "it runs your web browser, instant messenger, file sharing program and executable file attachments. This way, every action performed by any of these applications won´t affect your system, since they run in an isolated environment."; fDesc[12] = "downloads and disconnections, traffic congestion, improving download speed and reliability"; fDesc[13] = ", and download any type of media files from the Internet, or download from several networks. Supporting most popular de-centralized P2P networks, this tool has the ability to search and download other p2p links like Magnet, Gnutella, eDonkey, mP2P and can download bit torrent files too."; fDesc[14] = "AdunanzA was born as a project to enhance the file sharing at Fastweb and Kadu Network. It´s a modification ot the original eMule client, with some internal tweaks to speed up the download process."; fDesc[15] = "to help unknown musicians to distribute their material easily, but can be used to share all kind of files. The \"Search File\" button allows you to search in the whole sharing network the files you want to download."; 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 = '...'; } }