var fDesc=new Array();
fDesc[1] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files";
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] = "allows you to easily grab and save desired youtube video to your local computer.";
fDesc[4] = "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[5] = ", MetaCafe and convert them to popular formats like AVI, MPEG1, MPEG2, WMV, FLV, MP4, 3GP, MP3 allowing you to play them on portable devices like iPod Video, iPhone, Zune, PSP, mobile phones, etc.";
fDesc[6] = "software, you will be able to download from websites such as Youtube, Yahoo videos, Google videos, Myspace, iFilm.com and many more.";
fDesc[7] = "mpeg and IPOD formats. Ares Tube comes with a built-in browser which allows saving video youtube, google video, myspace, blip tv, daily motion, metacafe and much more sites in local formats (IPOD, MP4, MPEG). Optionally Ares Tube will export the downloaded videos to the itunes platform.";
fDesc[8] = "visits any of the video sharing web sites on the Internet (YouTube, Google Video, MySpace, etc.) and selects the video file (s)he wants to capture and download to the local disk drive.";
fDesc[9] = "program brings practical plug-ins for Internet Explorer and Mozilla Firefox, and they will let you download and convert videos with just one click. You can also select advanced conversion settings like audio and video encoder, quality, video frame rate, etc.";
fDesc[10] = "URL addresses to the YouTube Download Manager Pro and relax,you will get your videos in your computer. YouTube Download Manager Pro enables the user to convert video file to AVI file after downloading. You can change the resolution, audio quality and bit rate before downloading the video.";
fDesc[11] = "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[12] = "sites, such as YouTube, Google Videos, Mtv.com, ifilm.com, lifeout.com and all the Xtube like sites. Using this application, you will be able to convert all the videos you download from those sites into 3GP, AVI, MOV, ASF, FLV, MP4, MPEG, OGG and WMV.";
fDesc[13] = "videos from video sharing websites such as Youtube and Google video in a very short amount of time and with no quality loss at all. The program can also download from other video sharing websites such as Myspace.com, iFilm, Yahoo videos and many more.";
fDesc[14] = "The program is extremely simple to use. Just browse internet video with standard IE browser, and the program will start downloading the movie and converting it to your desired format automatically.";
fDesc[15] = "able to download video files from the most popular video-sharing websites but you will also be able to convert the files you download into AVI files so that you can play the videos in any media player.";
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 = '...';
}
}