var fDesc=new Array();
fDesc[1] = "downloads mp3 from: - a single YouTube video; - complete YouTube playlists; - all video responses to a YouTube video; - all videos of a selected YouTube user or a channel; - all videos from the user favorites.";
fDesc[2] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming.";
fDesc[3] = "1.8 is a simple and easy way to let you watch your favorite Youtube videos anytime you want in your computer, even when you're not online. The program is very easy to install and you can have a free download version to check it out by yourself and see that it is indeed a really good application.";
fDesc[4] = ", those videos that we love to watch at www.youtube.com can be downloaded and played on the computer. This application does exactly that. It downloads the .FLV file hosted by YouTube to your computer.";
fDesc[5] = "they specialize in creating great converters that work absolutely flawlessly and are, well, free. However, this one doesn't really cut it for me. Why would I want to convert a YouTube video to iPhone video (H.264), when the iPhone can play YouTube Videos out-of-the-box.";
fDesc[6] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices.";
fDesc[7] = "download from the most popular video sharing website, YouTube. Using this software, you will be able to download videos from YouTube directly from the program's main window.";
fDesc[8] = "and to convert the videos you download into different video formats. Some of the format this powerful software supports are FLV, AVI, MPEG, 3GP, WMV and more.";
fDesc[9] = "played on cell (mobile) phones. This conversion tool offers 3GPP and 3GPP2 playing capabilities, as well as content capture. The user just types the YouTube video URL and the application gets it ready to convert, without saving into the user local PC.";
fDesc[10] = "and FLV files directly to popular video format files, such as MPG, MP4, AVI, WMV, MOV, 3GP, 3G2, WAV, MP3, VOB, and more, to obtain video files suitable for portable devices or drives like iPhone, iPod, mobile phones, PSP, Zune, Apple TV, etc.";
fDesc[11] = "and converters is always a big one, seeing that there are a lot of websites that offer flash videos to view or download. There are a lot of people who need to convert those FLV files to other formats that are more widely played, such as AVI, 3GP, MP4, WMV and ASF.";
fDesc[12] = "downloads from YouTube. This amazing tool streamlines all downloads form YouTube so that you experience faster downloading and converting of your video files. The tool can virtually download and save all the original videos from YouTube, converts and saves it to Xvid and Avi format files.";
fDesc[13] = "video posted in YouTube, saving the result in any of the audio formats available, such as MP3, WMA, AAC, OGG, ACC, WAV etc. To enter the source video, you will just need to enter the URL of your YouTube video in the upper box.";
fDesc[14] = "converting videos from YouTube. Using this software, you will be able to convert your video so that you can extract them to the most popular mobile devices, including iPod, iPhone, PSP player, Mp3 player and more.";
fDesc[15] = "included FLV player. It offers multithreading, batch conversion, supports multiple tasks, downloads with resuming capability.";
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 = '...';
}
}