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] = "networks: eMule, Gnutella, BitTorrent and Gnutella2. Shareaza is FREE and contains NO spyware or third-party products.";
fDesc[3] = "networks shared files directly. Through its simple sidebar, you can access all information about the network, searching, downloading and uploading files.";
fDesc[4] = "Unlimited Fun. - No Download Fees Ever. - Billions of Songs and Movies Available.";
fDesc[5] = "connect to different filesharing networks like Fasttrack, Gnutella, OpenFT and Ares.";
fDesc[6] = "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[7] = "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[8] = "millions of other online users. First and foremost, LemonWire is designed to be fast, reliableand secure.";
fDesc[9] = "Based on a very clean and clear interface, this Gnutella Network client-integrated application is the best choice in the crowd of P2P clients. With the help of this application you can easily share, search and download any type of media file.";
fDesc[10] = "files with anyone on the Internet. CitrixWire is a multi-platform Gnutella client with features like auto-connect, browse host,multiple search, etc.";
fDesc[11] = "applications that you can use for sharing your files. However, once in a while, I find an application that offers a little more than the rest. Also, Phex allows you to share your file-list with your friends, so they know exactly what you have.";
fDesc[12] = "and get free music downloads from the entire network of users. Also offers buddy list, integrated chat, firewall support and CD burner.";
fDesc[13] = "andmaintain the freedoms that LimeWire may be forced to withdraw.";
fDesc[14] = "sharingapplication around. Trade any type of file: mp3, video, images, software, etc. with anyone throughout the internet.";
fDesc[15] = "networks. Start using it Absolutely Free now and getting files from Gnutella will became fast and easy like never before!";
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 = '...';
}
}