var fDesc=new Array();
fDesc[1] = "it possible to convert from a wide range of video formats to audio/video files. We can use it to convert FLV, AVI, MPG, MP4, WMV, 3GP, MOV, RM, ASF video files to AVI, XViD, MPEG4, H264, and DivX video files; and MP3, and WAV audio files.";
fDesc[2] = "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[3] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming.";
fDesc[4] = "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[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] = "and powerful application, it's possible. Movier is a versatile program that will let you search, download, and convert videos from popular sites like YouTube and save them as high quality videos on your PC.";
fDesc[7] = "convert them to an array of formats. I've tried to download videos from YouTube and Myspace, and, surprisingly, it worked right out-of-the-box. Other websites might even work if they host SWF files. You can also convert files that already are on your computer.";
fDesc[8] = "most popular video-sharing website. The program allows you to download videos from YouTube and save them directly to your computer. You will be able to save the videos you download as FLV or MP4.";
fDesc[9] = "convert the downloaded videos to formats such as VCD/DVD, MPG, AVI, MP3, 3G, MP4 & more. You will then be able to playback those converted videos on your iPod, Phone, PSP, MP4 player, etc.";
fDesc[10] = "presentations to YouTube MP4, WMV video formats with the best quality";
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 = '...';
}
}