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] = "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[3] = "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[4] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
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] = "networks shared files directly. Through its simple sidebar, you can access all information about the network, searching, downloading and uploading files.";
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] = "web bandwidth usage optimization and the best connection settings to improve the download speed and the accuracy of your search.";
fDesc[9] = "Unlimited Fun. - No Download Fees Ever. - Billions of Songs and Movies Available.";
fDesc[10] = "downloads and disconnections, traffic congestion, improving download speed and reliability";
fDesc[11] = "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[12] = "the BitTorrent PRO decentralized network to share, search for, anddownload about any file you want to.";
fDesc[13] = "any kind of media files and enables users to share any digital file including MOVIES, images, audio, video, software,documents, etc.";
fDesc[14] = "far more power than regular searches.";
fDesc[15] = "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[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] = "features include detection of fake or corrupt music downloads, file management functions, file indexing of downloads & more!";
fDesc[18] = "files with anyone on the Internet. CitrixWire is a multi-platform Gnutella client with features like auto-connect, browse host,multiple search, etc.";
fDesc[20] = "MP3 and WMA files, movies, pictures and documents - all kind of music and digital media files.";
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 = '...';
}
}