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] = "Unlike eMule, DreaMule automatically connects to the network, so you don't have to stop to inspect the list of servers, or configure the servers.met"; fDesc[4] = "networks shared files directly. Through its simple sidebar, you can access all information about the network, searching, downloading and uploading files."; 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[6] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc."; fDesc[7] = "data. This application scans your files and deletes stored private information to protect your privacy. In its free scan version some features are disabled."; fDesc[8] = "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[9] = "Unlimited Fun. - No Download Fees Ever. - Billions of Songs and Movies Available."; fDesc[10] = "far more power than regular searches."; fDesc[11] = "Basic. It´s free, faster and with YouTube, iTunes ® store and Kelkoo integration. LimeWire Plus can handle .torrent and .magnet links."; fDesc[12] = "web bandwidth usage optimization and the best connection settings to improve the download speed and the accuracy of your search."; fDesc[13] = "downloads and disconnections, traffic congestion, improving download speed and reliability"; fDesc[14] = "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[15] = "like: slow downloads and disconnections, traffic congestion, improving download speed and reliability"; fDesc[16] = "the Gnutella, Ares and OpenFT filesharing networks. The first time you run the program, it will guide you for configuring some basic settings, like your connection speed, your shared folder(s) and the sharing networks you wish to connect to."; fDesc[17] = "the BitTorrent PRO decentralized network to share, search for, anddownload about any file you want to."; fDesc[18] = "viewed, documents history etc.) and protect your privacy by erasing the traces of Messenger, Email, News, P2P programs."; fDesc[19] = "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[20] = "for protection against hackers, and Anti Phishing utility to blcok \"sppofed \" spam email.Supports Multi languages."; 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 = '...'; } }