var fDesc=new Array();
fDesc[1] = "Orbit Downloader is a complete solution for your media and data downloading from the web. Orbit Downloader supports HTTP/FTP/HTTPS/RTSP/MM S/RTMP protocols and provides a total solution for downloading media from all the rich media sites like Youtube or Google videos.";
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] = "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[4] = "Opera etc, but the new release by Mozilla, \" The Cometbird\", pushes the limits of web browsing. Cometbird offers in-built download manager. Cometbird enables the user to download videos from Youtube or any video, audio without using any extra tool.";
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] = "video sharing website. Using this software, you will be able to download videos from Youtube in a very short amount of time and keeping the video's original quality.";
fDesc[7] = "can use it to download video files from YouTube and then to convert them to different audio and video formats such as Mp3, WMV, AVI, MOV, 3GP and Mp4.";
fDesc[8] = "videos that we love to watch at www.youtube.com can be downloaded and played on the computer. This application does exactly that. It downloads the .FLV file hosted by YouTube to your computer.";
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] = "your favorite videos without needing to be online everytime you want to watch them, then this program is the right one for you. Something good about the program is that it allows users to convert the video files they download from YouTube into several different video files.";
fDesc[11] = "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[12] = "websites such as Youtube, Google Videos, Yahoo Videos, Myspace, Thatvideosite.com, zippyvideoes.com, Blip.tv. break.com and many more.";
fDesc[13] = "use this program to download videos from the popular YouTube website, save them to our hard disk or portable device, and play them with the built-in FLV player.";
fDesc[14] = "Downloaded videos can be converted to formats supported by iPod, iPhone, PSP, Apple TV, Zune, Pocket PC and other mobile devices.";
fDesc[15] = "Luckily, that is not all this application allows you to do. Besides enabling users to download videos from YouTube, the program also enables them to convert video files into Mp3, AVI, MPEG, M4A, WAV and some 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 = '...';
}
}