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] = ", create 2D presentations with LayOut, and more. It's easier to learn than other 3D modeling programs, which is why so many people are already using it.";
fDesc[4] = "allows you to easily grab and save desired youtube video to your local computer.";
fDesc[5] = "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[6] = "two clicks. You can search for a video in all of these portals and see the search results in the same window. Use advanced search to simplify your search by choosing a category like, animation, cars, music, sports, travel, video games, animals, science and other.";
fDesc[7] = ", 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[8] = "software, you will be able to download from websites such as Youtube, Yahoo videos, Google videos, Myspace, iFilm.com and many more.";
fDesc[9] = "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[10] = "opportunity to watch different videos online in full screen mode as well as browse video scenes using thumbnails. You can easily jump from one scene in the video to another which goes afterwards, even if that piece of video has not been downloaded yet.";
fDesc[11] = "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[12] = "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[13] = "helps you a lot if you are tired for any reason of the web interface or it just doesn't work for you. When you download and execute the application for the first time, it will ask you to provide a valid google videos account. I used my gmail account and it worked just fine.";
fDesc[14] = "free and we can use to get our videos. When you open the program you can find one box in the top and the button add you must to copy your video url and put there and when you click in the add button the video appear in the window below in the first position you can add more videos.";
fDesc[15] = "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.";
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 = '...';
}
}