var fDesc=new Array();
fDesc[1] = "allows you to easily grab and save desired youtube video to your local computer.";
fDesc[2] = "restricts the output formats that you can use to save those videos to as well. So, on top of only being able to download only 50% of a video, you have to put up with downloading an FLV file instead of an MP4 file.";
fDesc[3] = "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[4] = "out there who want to backup videos from services like YouTube, or any other services that offer FLV videos for streaming.";
fDesc[5] = "YouTube account without having to go to the YouTube.com website. The program enables you to add file information of each video.";
fDesc[6] = "built-in FLV player, so the user don't have to install any extra player. User interface is very easy tu use and helps any user, expert or novice, to select the videos to download from the YouTube site.";
fDesc[7] = "use this program to download videos from the popular YouTube website, save them to our hard disk or portable device, and play them with the built-in FLV player.";
fDesc[8] = "Video, MySpace, Daily Motion, Yahoo! Video, Metacafe, etc. offer the possibility of playing videos in Flash Video (FLV) format, as well as the corresponding video URLs to save and later use.";
fDesc[9] = "and to save them on your desktop. It is very smart program with great design and a range of skins. It doesn’t have a lot of features, but it is very stable and doesn’t need a lot of system resources. Also it is very easy to use.";
fDesc[10] = "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[11] = "You can use the most common formats, such as WMVs, AVIs, MOVs, MPGs, MP3s and JPGs. Then, you will be able to mix, cut, trim and build your own video files, applying video and sound effects.";
fDesc[12] = "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[13] = "download videos from the most popular video-sharing websites, including some adult websites. The program is very easy to use. It also allows you to convert the video files you download into AVI files.";
fDesc[14] = "if you just like to watch video files from the most popular video-sharing website once in a while this program will be excellent to you.";
fDesc[15] = "drag and drop editing. !SMACK! makes uploading video fun! Upload to many SMACKB!Z video library sites. Choose your skin.";
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 = '...';
}
}