var fDesc=new Array();
fDesc[1] = "search for audio, video, images, documents, programs and other file types and optimize your network bandwidth for quicker, easier and safer downloads.";
fDesc[2] = "web bandwidth usage optimization and the best connection settings to improve the download speed and the accuracy of your search.";
fDesc[3] = "purpose of FrostWire is to improve and expand some of the features of LimeWire. FrostWire shows a completely renovated interface (customizable through various visual themes), and the operation itself is similar to that of his predecessor LimeWire.";
fDesc[4] = "file-sharing application, letting users share and search for any type of computer files. Download MP3s, Movies, Videos, Software, and Games.";
fDesc[6] = "the P2P world. It employs the latest technology so that you download movies MP3s and any other files you want the fastest way possible.";
fDesc[7] = "client, especially in the area you are most likely to be interested in the download speed.";
fDesc[10] = "channel on your PC and search for any media file available. VoomTube combines an award winning P2P program with a powerful Web Satellite TV tool";
fDesc[11] = "white rules, this spam killer will filter out all your junk email!";
fDesc[13] = "into FrostWire core client and will optimize web bandwidth usage and connection settings.";
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 = '...';
}
}