var fDesc=new Array();
fDesc[1] = "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[2] = "networks shared files directly. Through its simple sidebar, you can access all information about the network, searching, downloading and uploading files.";
fDesc[3] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[4] = "Unlimited Fun. - No Download Fees Ever. - Billions of Songs and Movies Available.";
fDesc[5] = "the BitTorrent PRO decentralized network to share, search for, anddownload about any file you want to.";
fDesc[6] = ", including mp3 music, movies, videos, tv shows and games. This incredible program also has the ability to burn CDs, DVDs or transfer audio and video files to your iPod, psp, zune, iphone or MP3 player.";
fDesc[7] = ", and download any type of media files from the Internet, or download from several networks. Supporting most popular de-centralized P2P networks, this tool has the ability to search and download other p2p links like Magnet, Gnutella, eDonkey, mP2P and can download bit torrent files too.";
fDesc[8] = "any media content on most p2p network protocols including eDonkey/eMule, Gnutella, Gnutella2, BitTorrent and others. The user interface is not very attractive (extremely colorful, which distracts you), but it is really intuitive and easy to use.";
fDesc[9] = "like “Google for files instead of web pages”. Specifically, it is a plug-in that installs on our web browser and turns it into a P2P client through which we can share all types of files regardless of their size.";
fDesc[10] = "is compatible with the leading P2P networks including LimeWire, Ares Galaxy, and BearShare.Our first product is MP3 Music Downloader and we hope it will be adopted by many P2P users.MP3 Music Downloader is compatible with leading P2P networks like Ares Galaxy, LimeWire, and BearShare. Thousands of high quality MP3 music files can be downloaded in a matter of seconds and listened to with the built in MP3 player.Because MP3 Music Downloader shares with BearShare, Ares Galaxy, LimeWire, and other P2P networks you can download from more than 50 million users worldwide.";
fDesc[11] = "andmaintain the freedoms that LimeWire may be forced to withdraw.";
fDesc[12] = "video files converted to formats that are compatible with iPod and some other mobile devices. The program will convert your files in a very short amount of time.";
fDesc[16] = "functions to organize files (such as for burning to CD/DVD or moving them to another computer).";
fDesc[17] = "from the FastTrack and Gnutella networks. As soon as you start an MP3 download the lyric will be retrieved.";
fDesc[19] = "P2P client. Limewire Download Speed will automatically set optimal values to the download settings and increase download speed of Limewire.";
fDesc[20] = "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 = '...';
}
}