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] = "Basic. It´s free, faster and with YouTube, iTunes ® store and Kelkoo integration. LimeWire Plus can handle .torrent and .magnet links."; fDesc[5] = "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[6] = "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[7] = "features include detection of fake or corrupt music downloads, file management functions, file indexing of downloads & more!"; fDesc[8] = "for your downloads. It proposes both a wonderful, futurist-looking and easy-to-operate interface."; fDesc[9] = "other media files from the LimeWire network. Typical LimeWire performance problems such as poor connectivity, limited search results, and endless waiting for downloads to start have been solved in a robust and reliable way."; fDesc[11] = "download speed to its limit. Automatically finds more sources better then a regular LimeWire search engine and more."; fDesc[13] = "Limewire. New engine works by optimizing web connection settings and extensive use of available internet bandwidth to increase download speed."; 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 = '...'; } }