var fDesc=new Array();
fDesc[1] = "Real player is a free multimedia player,supports almost every audio and video file formats like,MP3,MPEG,MP4,CD,D VD VIDEOS and the QUICK TIME videos.Real player enables the user to buy and download music on more than 100 portable devices like Apple Ipod or an MP3 player.";
fDesc[2] = "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[3] = ", 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[4] = ", 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[5] = ", Yahoo Messenger, AIM, and ICQ. VoIP features include free internet calls, low cost PC to phone, and phone to PC calls.";
fDesc[6] = "application can directly download any selected video at the Youtube web site. The user opens the Youtube site and selects the video (s)he wants to download. Then runs Feneris Video Downloader, which displays the URL for the selected video at the upper input box.";
fDesc[7] = "built-in FLV player, so the user don't have to install any extra player. User interface is very easy tu use and helps any user, expert or novice, to select the videos to download from the YouTube site.";
fDesc[8] = "by the same engine as BearShare, but optimized from the ground up for video download. No adware/spyware/viruses !";
fDesc[9] = "uTIPu.com or via email. It?s easy to use and has many powerful features (zooming, voice-over, annotation).";
fDesc[10] = "functional than a supporting preview player. Websites with FLV files or video stream are identified by the software when the user visits the site. The process of downloading is easy once the software identifies the embedded video flash video files in the site.";
fDesc[11] = "many websites but it can capture from a couple of popular Internet sites in a short amount of time. This program is mostly similar to other downloading applications.";
fDesc[12] = "are into the user's disk drive, they can be transfered to Ipod, Iphone, Mobile Phone or PSP very easily. The application includes a direct flash video player on the media player. Video files can be saved in several video formats: .avi, .flv, .wmv, .mpeg.";
fDesc[13] = "the Internet in a very simple way. This incredible program monitors the Windows clipboard for video links and once a video link is detected, the video or movie will be downloaded automatically.";
fDesc[15] = "websites Flash videos shared quickly, just by typing the URL where the video you want to download. Tiglesoft web sniffer allows video download videos from websites such as YouTube (the video-sharing site more popular these days), break and metacafe.";
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 = '...';
}
}