var fDesc=new Array();
fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth.";
fDesc[2] = "easy to use tool supporting most of the streaming video websites like Youtube, Dailymotion, etc . Unfortunately it does not support many browsers.";
fDesc[3] = "sites like Youtube, Dailymotion, Metacafe, Break, My space, veoh, CNET TV, Tudou, ESPN, Heavy, Photobucket, CNN, EA, Reuters, Live Video and Facebook.";
fDesc[4] = ", MySpace, Metacafe, Dailymotion, iFilm, yuvutu, crunchyroll and over 667 YouTube-like webs.";
fDesc[5] = "Downloader 3.1 and feel satisfied. This application can help you download video files from the most popular websites, including Break.com, YouTube.com, DailyMotion.com, Myspace.com, Google Video and many other.";
fDesc[6] = "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[7] = ", iFilm, veoh, Flurl, Bebo, Westminsterkennelclub, Break, VSocial, Grouper, TopFreeMusicDownloads, Bolt, dalealplay, Yikers, Revver, eVideoShare, Guba, Vidilife and Blip.tv, and saves them on your computer or directly to your iPOD. All downloaded videos can be converted by TubeHunter to other video formats including MPEG, MPEG4, AVI, DivX, XviD, iPOD MP4, Zune MP4, WMV, MOV, Flash SWF, M4A, Sony PSP, MP3, WAV, AAC, OGG, Mobile 3GP and 3G2. Besides, 3 extra major features of TubeHunter: 1. Convert video file to iPOD/PSP/Mobile/Zune; 2. Convert video file between all popular video formats; 3. Convert your favorite DVD movie to all most popular video/audio formats";
fDesc[8] = "extra codecs or players needed.";
fDesc[9] = ", 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[10] = "program works with YouTube, Google Video, Dailymotion, Metacafe, Spike TV (formerly iFilm), MySpace and other online video services. Hence, during the testing of the program for this review, FLV Download wasn´t able to download files from YouTube or Google Video.";
fDesc[11] = ", download and convert flash (flv) videos from different websites as YouTube, DailyMotion, MetaCafe, Google, and others. It’s very easy to use, it provide multiple options and support to convert files of different formats to flash (flv) videos.";
fDesc[12] = "specific sites, and after detecting the link, it automatically downloads the movie or the video clip very quickly. The application is capable of downloading multiple video streams in batches, from various video-sharing sites.";
fDesc[13] = "other video formats allowing them to play their converted videos on various devices. With the Kangun Video Converter 1.5 program users can download their flash videos from online sites such as YouTube, Myspace, Google, Metacafe and Dailymotion and others";
fDesc[14] = "download the video files directly to your disk, converting them on the fly into several video formats, such as AVI, MPEG, WMV, FLV, PSP, iPod, DivX, XviD, VCD, VOB, DV or HD. It also allows you to save just the audio of the video files in MP3 or WAV format.";
fDesc[15] = "files from video-sharing websites such as YouTube, Dailymotion.com, Google Video, Yahoo video and many more. This program is developed by PegasusApps, Inc and it is quite similar to FLV YouTube Power Tool.";
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 = '...';
}
}