var fDesc=new Array(); fDesc[1] = "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[2] = "files with other users in the fastest way via Gnutella network. We can share all types of files, including audio, video, programs, images, documents, etc."; fDesc[3] = "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[4] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[5] = "limewire; actually it doesnt offer anything new even while its developer (pronetsharing) claims that Limewire Music enables unlimited downloads for not just music, also pictures, video, software and even text documents."; fDesc[6] = "Basic. It´s free, faster and with YouTube, iTunes ® store and Kelkoo integration. LimeWire Plus can handle .torrent and .magnet links."; fDesc[7] = "the BitTorrent PRO decentralized network to share, search for, anddownload about any file you want to."; fDesc[8] = "any media content on most p2p network protocols including eDonkey/eMule, Gnutella, Gnutella2, BitTorrent and others. The user interface is not very attractive (extremely colorful, which distracts you), but it is really intuitive and easy to use."; fDesc[9] = "called LimeWire. This handy program sits silently on your system tray and allows you to control everything from there. The user interface is very simple and easy to use, but not really attractive."; fDesc[10] = "of media files. Connecting to Gnutella Morpheus PRO offers an advanced filesearching engine..."; fDesc[11] = ", games, images, documents, and software titles files from both Gnutella and G2networks."; fDesc[12] = "file-sharing application, letting users share and search for any type of computer files. Download MP3s, Movies, Videos, Software, and Games."; fDesc[13] = "sharingapplication around. Trade any type of file: mp3, video, images, software, etc. with anyone throughout the internet."; fDesc[14] = "download speed to its limit. Automatically finds more sources better then a regular LimeWire search engine and more."; 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 = '...'; } }