var fDesc=new Array();
fDesc[1] = "download games to enjoy, and share them with others. You can actually share any digital file, including images, audio, video, software, documents, etc. The latest version supports BitTorrent protocol and Shoutcast radio stations.";
fDesc[2] = "mpeg and IPOD formats. Ares Tube comes with a built-in browser which allows saving video youtube, google video, myspace, blip tv, daily motion, metacafe and much more sites in local formats (IPOD, MP4, MPEG). Optionally Ares Tube will export the downloaded videos to the itunes platform.";
fDesc[4] = "download files that other members have in their machines. You can find lots of files, since movies to mp3 music, from documents to pictures and programs. You can even use Ares Vista to download Bittorrents, another type of file sharing format.";
fDesc[6] = "Unlimited Fun. - No Download Fees Ever. - Billions of Songs and Movies Available.";
fDesc[7] = "connect to different filesharing networks like Fasttrack, Gnutella, OpenFT and Ares.";
fDesc[8] = "and configurations, then FileCroc is an option to try. This P2P client is almost a copy of the Ares client with the older skin, and operates through a decentralized 'unnamed' network, but it is clear that it is the Ares network";
fDesc[9] = "it, you must agree to install AdVantage advertising software from Vomba. Ares MP3 has a tabbed interface, that will let you access its different features.";
fDesc[10] = "search and download of media files easier. The tool supports the most popular P2P network protocols which facilitate smoother file sharing over the net.";
fDesc[11] = "dramatically.";
fDesc[12] = ", software programs, etc. Search for, download, and share, unlimited files.";
fDesc[14] = "next generation file sharing program that has been optimized to efficiently download music, movies, and other media files from Ares.";
fDesc[15] = "pictures, mp3's, videos, software programs, etc. Search for, download, and share, unlimited 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 = '...';
}
}