var fDesc=new Array();
fDesc[1] = "from a list of sites the program offers more than 20 sites and you can convert them to other formats. You just need to paste the address from the page that you want to download the video and do it in one of the following formats: FLV, AVI, MPG, WMV, MP4, PSP, 3GP and 3G2.";
fDesc[2] = "only that, it also converts the FLV videos to a variety of common video formats; and can also convert your videos to the FLV format for you to upload them to the web.";
fDesc[3] = ", 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[4] = "software, you will be able to download from websites such as Youtube, Yahoo videos, Google videos, Myspace, iFilm.com and many more.";
fDesc[5] = "program supports a big list of video formats, including WMV, AVI, MPEG 4, SWF, FLV, MOV, 3GP, RM and more. Besides, it supports many audio files, such as Mp3, WAV, AAC, FLAC and OGG.";
fDesc[6] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming.";
fDesc[7] = ", DIVX, XVID, MPEG, MPG, WMV, ASF, RM, RMVB, DAT, MOV, SWF, FLV, VOB for playback on portable devices like iPod, iPhone, Zune, etc. It has preset profiles with the most common configurations for different formats and devices and lets you configure output parameters.";
fDesc[8] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices.";
fDesc[9] = "the videos from the Youtube.com website which is available in the FLV format. So by using this utility you can download any FLV video from Youtube.com website and then you will not required to watch videos online.";
fDesc[10] = "Luckily, that is not all this application allows you to do. Besides enabling users to download videos from YouTube, the program also enables them to convert video files into Mp3, AVI, MPEG, M4A, WAV and some more.";
fDesc[11] = "video-sharing website. Using this software, you will be able to download videos from YouTube in a very easy way. The program will download your videos with a very fast speed. Downloading files with this program will be very easy to you.";
fDesc[12] = "complete functions to download YouTube video, archive YouTube video, and convert YouTube video to PSP.";
fDesc[13] = "directly convert the videos (Flash video/FLV) from YouTube.com to PSP video and audio formats: MP4 (MPEG-4), MP3, M4A, AAC and WAV.";
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 = '...';
}
}