var fDesc=new Array();
fDesc[1] = "video upload. Also, you can extract the audio from a video file and convert it to MP3 or extract the audio file directly from Youtube to MP3, and you can convert YouTube videos or video files to several file formats,format, play videos, make video and audio editing, rip CDs and DVDs, and more.";
fDesc[2] = "iPod. This program can be used to convert video files so that they can be extracted to iPod. A good thing about this program is that it supports plenty of video formats, including AVI, FLV, VOB, MPEG, DIVX, XviD and many more.";
fDesc[3] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices.";
fDesc[4] = "to your PC, iPod or any mobile just in a few seconds. With this incredible program you will be able to convert YouTube videos to AVI, MOV, MP4, MP3, 3GP and enjoy them on your iPod, iPhone, PDA, PSP or any mobile phone wherever and whenever you want.";
fDesc[5] = "popular video formats. Just enter your link of the clip or video of your choice, then select your preferred video format and start the download process. Your video file will be saved to designated destination folder in your computer.";
fDesc[6] = "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[7] = "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[8] = "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[9] = "and many more. The program also enables users to download video files from a lot of video-sharing websites. With this program, you will be able to download videos from YouTube, Google Video, Yahoo!, AOL, Metacafe and some more.";
fDesc[10] = "YouTube Video Converter, you can easily convert videos from one format to another, save videos to your iPod, iPhone, PSP, CellPhone and any other mobile device, you can also extract sound tracks from your video files. Supported formats: MP4, H.264, 3GP, 3GP2, FLV, AVI, WMV, MOV, VOB, MPEG-1, MPEG-2, H.263, MP3, AAC, AC3, ringtone, and more various formats. YouTube Video Converter is powerful but easy to use, just drag and drop files you want convert to the program, select the output format, then click the 'Convert' button!";
fDesc[11] = "YouTube, MetaCafe, etc. to any video format. This browser has a unique search function that can search videos from all the sites quickly. The user can collect all the videos from various sires and view them later. User can also batch all the videos and download it with one-click.";
fDesc[12] = "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[13] = "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[14] = "your iPod in one simple step. This incredible application provides the highest speed to download and convert YouTube videos in one-step and put them on your computer or iPod.";
fDesc[15] = "Using this powerful application, you will be able to download your favorite videos from YouTube in a very easy way. The program has got a very intuitive interface that makes things easier to users.";
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 = '...';
}
}