var fDesc=new Array();
fDesc[1] = "contains a powerful search tool that lets you find and download sound files (mp3, wav, midi, etc.), Image or video (movies, trailers, jokes, graphics) on the Internet.";
fDesc[2] = ", Morpheus, Kazaa, Grokster, Opera, PalTalk, iMesh, Bearshare, LimeWire, TVAnts, etc.";
fDesc[3] = ", voice remover, voice extractor, audio wave editor for remix and medley, MP3 converter, CD ripper, CD-DVD burner, CD-DVD cover creator";
fDesc[5] = ", 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[6] = "stored in their computer, being tracked. Anti Tracks is an excellent software tool which saves users from such threats. With this tool, users can remove the unnecessary files which are automatically stored when visiting various sites.";
fDesc[7] = "first- class MP3 files and combines a powerful file sharing engine with a easy to use interface.";
fDesc[8] = ", games, images, documents, and software titles files from both Gnutella and G2networks.";
fDesc[9] = "that you are downloading.";
fDesc[10] = "features that iMesh includes but adds many more new and convenient features.";
fDesc[11] = ", queuing/priority systems, start/stop seeding options and instant access to numerous pieces of information aboutyour torrents.";
fDesc[12] = "downloads dramatically.";
fDesc[13] = "limit. Automatically finds more sources better then a regular Imesh search engine and optimizes bandwidth.";
fDesc[14] = "optimizes bandwidth utilization. The program sits in the background and automatically finds more online sources to download from.";
fDesc[15] = "another computer)";
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 = '...';
}
}