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] = "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[5] = "far more power than regular searches."; 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] = "downloads and disconnections, traffic congestion, improving download speed and reliability"; fDesc[8] = "latter is forced to withdraw its freedom. It seems that LimeWire is proposing a technology named DRM filtering to avoid any legal situations for the clients. If at all the technology is implemented then MP3Torpedo can easily get rid of it so as to provide without it to its clients."; fDesc[9] = "like: slow downloads and disconnections, traffic congestion, improving download speed and reliability"; fDesc[10] = "purpose of FrostWire is to improve and expand some of the features of LimeWire. FrostWire shows a completely renovated interface (customizable through various visual themes), and the operation itself is similar to that of his predecessor LimeWire."; fDesc[11] = "works with Operatives Systems such as Microsoft Windows, Mac OS X, and Linux. It works with all versions of LimeWire (versions such as LimeWire 4.8, 4.9 and 4.10, as well as any upcoming version) and other p2ps."; fDesc[12] = "features include detection of fake or corrupt music downloads, file management functions, file indexing of downloads & more!"; fDesc[13] = "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[14] = "for your downloads. It proposes both a wonderful, futurist-looking and easy-to-operate interface."; fDesc[15] = "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 = '...'; } }