var fDesc=new Array();
fDesc[1] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[2] = ", plus a few handy features. It even functions as a music downloader as well! There are 3 simple ways for you to find the videos to be downloaded. You can save them in various formats, including mp3, mp4, or even iphone/ipod-compatible .";
fDesc[3] = "television player. This is the smartest way to enjoy favorite videos, TV shows, Movies, Music, without shredding a single penny from your pocket. This tool allows the user to manage, browse, download, play and watch videos by expanding its viewing area";
fDesc[5] = "NBC, YouTube, MySpace, Google, Yahoo, to name but a few. . This powerful yet easy to use software offers a simpler and more comfortable way of watching thousands of videos without the need of using a browser and watching them in small windows within web pages.";
fDesc[6] = "features. The main feature continues to be the accelerator, though. I don't really know how it does it, but SpeedyiTunes will cut down the download time of movies, songs, etc to half. That is a considerable acceleration.";
fDesc[10] = ", ClipFish, MyVideo, videU, IFILM, dailymotion, blip.tv, Sevenload, Metacafe, MySpace, Yahoo! Video and Veoh. The program has a menu that provides you direct links to all those video sites. The videos will be saved on your disk, in their native FLV format.";
fDesc[12] = "download only video files from http://veoh.com a free user’s uploaded video site. So Veoh Video Downloader is for you if you regularly watch videos on Veoh network and want to save these videos on your computer to watch it later without downloading again.";
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 = '...';
}
}