var fDesc=new Array();
fDesc[1] = "allows you to easily grab and save desired youtube video to your local computer.";
fDesc[2] = "offered as a YouTube downloader, but it comes ready for the user to choose among several video downloads sites, such as Youtube, Google Video, Daily Motion, Myspace Video, Break.com, PornoTube, etc.";
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] = "can use it to download video files from YouTube and then to convert them to different audio and video formats such as Mp3, WMV, AVI, MOV, 3GP and Mp4.";
fDesc[5] = "youtube video downloader is for you! Just browse to the video you like and you're done, it's that easy!";
fDesc[6] = "from video sharing sites in the web such as YouTube, Google Videos, MySpace, Yahoo Video, and other similar sites. This application is useful to capture playing videos automatically, and with a really fast download process.";
fDesc[7] = "download the video as FLV file intantly. This version works well for new youtube video link style.";
fDesc[8] = "we can use to get our favorites videos in two clicks this can make of Youtube Video Downloader 1.0 in our favorite program.";
fDesc[9] = "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[10] = "websites such as Youtube, Google Videos, Yahoo Videos, Myspace, Thatvideosite.com, zippyvideoes.com, Blip.tv. break.com and many more.";
fDesc[11] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices.";
fDesc[12] = "functional than a supporting preview player. Websites with FLV files or video stream are identified by the software when the user visits the site. The process of downloading is easy once the software identifies the embedded video flash video files in the site.";
fDesc[13] = "websites. Using this application, you will be able to download videos form DailyMotion.com, Myspace.com, Google Video, Yahoo Video, iFilm.com and many other websites.";
fDesc[14] = "popular video-sharing website in the world, YouTube. The program will download the files and save them as FLV files wherever you want them to be saved in.";
fDesc[15] = "free and very easy to use tool to get Flash (SWF), video (FLV) format videos from the Youtube web site. Downloaded video files can be played or exported to different locations.";
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 = '...';
}
}