var fDesc=new Array();
fDesc[1] = "downloads mp3 from: - a single YouTube video; - complete YouTube playlists; - all video responses to a YouTube video; - all videos of a selected YouTube user or a channel; - all videos from the user favorites.";
fDesc[2] = "the Internet, used in sites like YouTube and thousands more. But they can´t be viewed in most players like Windows Media Player. That´s why this program is useful.";
fDesc[3] = "allows you to easily grab and save desired youtube video to your local computer.";
fDesc[4] = "YouTube account without having to go to the YouTube.com website. The program enables you to add file information of each video.";
fDesc[5] = "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[6] = "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[7] = "Videos, Yahoo videos, MySpace, Dailymotion and many more. Using this program you will be able to get unlimited videos online directly to your computer.";
fDesc[8] = "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[10] = "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[11] = "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.";
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 = '...';
}
}