var fDesc=new Array();
fDesc[1] = "more from their player. Its forward backward button option, media library, online music search option, minimode are very useful additions. All this packed in a simple interface and makes it a great media player to work with.";
fDesc[2] = "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[3] = "dedicated to downloading and uploading files like in a wholesale, and it has every tool needed to do it in the best and most efficient way possible. Like many other torrent managers, it can handle magnet files. It has a scheduler for your downloads.";
fDesc[4] = "user-contributed bandwidth to traditional content publishers while leaving publishers in full control of their files.";
fDesc[5] = "worms, blocks adware and spyware. It also scans - files in real-time and on demand, email messages that can contain harmful content, Internet traffic, and java and visual basic scripts. It also provides protection for your messenger applications like ICQ and MSN.";
fDesc[6] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages.";
fDesc[7] = "manage your collections of flash videos.You can create a Playlist by adding necessary tags and rate your videos. In Personal videos, you can queue up videos and download them. In Favorites you can automatically download the latest episodes of your favorite TV shows.";
fDesc[8] = "from Electronic Arts. It shows the status of components available. Much like Steam, many games require the manager to be online before the game functions properly.";
fDesc[9] = "format over P2P networks. It can use HTTP or FTP Downloads, build torrents from a file on your computer in order to share it with others, download video, mp3 of flash files from any web page (like YouTube). You can even download an eDonkey plugin.";
fDesc[10] = "application is a stronghold of stability and reliability. There is so much to say about this application. Perhaps the most important aspect to comment about the change of name is that, since then, the application includes a portal for high definition content.";
fDesc[11] = "industries. Ovi includes all of the PC suite functions and features while having additional features and a far more intuitive and attractive user interface.";
fDesc[12] = "more you share, the easiest is for everyone to get what they want. However, sometimes you just need to have something quickly. That's where BitTyrant comes to play. Somehow, it pinpoints the sources with the best upload speed and gets them to send to you.";
fDesc[13] = "automatically go through a whole web site and collect complete content structures such as product catalogues.";
fDesc[14] = "pictures.The program is easy to use, just specify the URL for the presentation you want to download and click the DOWNLOAD button!";
fDesc[15] = "URL tracking, unattended Usenet autoposter. Hidden web sites content downloader with automated decoder. Private file sharing.";
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 = '...';
}
}