var fDesc=new Array();
fDesc[1] = "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[2] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible .";
fDesc[3] = "picture quality even at high compression ratios. Xvid is similar to DivX, since it is an open source project, distributed under the terms of the GNU General Public License (GPL). That means that it´s free to use, and everyone can contribute to its development.";
fDesc[4] = "for free.You can use the FLV Player standalone, without the support of flash authoring tools.";
fDesc[5] = "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[6] = "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[7] = "will be able to open FLV files and watch them with an excellent image quality. The FLV files are the files used to deliver video over the Internet. The video files you download from YouTube and other video-sharing websites are FLV files.";
fDesc[8] = "watch TV on your computer. You will be able to watch new movies, old movies, comedy movies, anime, TV series, TV shows and many more online programs.";
fDesc[9] = "YouTube service. As you might know, YouTube allows you to stream .FLV files from their site. If you ever need to download those files to your computer, this application can do just that.";
fDesc[10] = ", MetaCafe and convert them to popular formats like AVI, MPEG1, MPEG2, WMV, FLV, MP4, 3GP, MP3 allowing you to play them on portable devices like iPod Video, iPhone, Zune, PSP, mobile phones, etc.";
fDesc[11] = "email large attachments, IM a folder, or publish your downloadable videos to the Web? Maybe you'd just like to watch full-screen HD Internet TV. Meet Pando.";
fDesc[12] = "video sharing website. Using this software, you will be able to download videos from Youtube in a very short amount of time and keeping the video's original quality.";
fDesc[13] = "your favorite videos without needing to be online everytime you want to watch them, then this program is the right one for you. Something good about the program is that it allows users to convert the video files they download from YouTube into several different video files.";
fDesc[14] = "application, you will be able to download any video from the most popular video sharing websites such as Youtube.com, Google Videos, Yahoo videos, Myspace, iFilm.com, daylimotion, Metacafe and many more.";
fDesc[15] = "Downloader 3.1 and feel satisfied. This application can help you download video files from the most popular websites, including Break.com, YouTube.com, DailyMotion.com, Myspace.com, Google Video and many other.";
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 = '...';
}
}