var fDesc=new Array();
fDesc[1] = "script, a batch file or the Task Scheduler to automate file downloads.";
fDesc[2] = "work on your computer. This means you can easily move whole websites or information to CD-ROM, USB disk, or to another hard drive.";
fDesc[3] = "most popular video-sharing website. The program allows you to download videos from YouTube and save them directly to your computer. You will be able to save the videos you download as FLV or MP4.";
fDesc[4] = "the most popular video-sharing websites, such as YouTube, Google Video, Dailymotion, Metacafe, Myspace, Yahoo video and more.";
fDesc[5] = "program is extremely easy to use and will be really useful to you if you are a big fan of online video files. You do not have to be an expert to use this software. To download video files, you just have to copy the video file URL direction and paste it on the application's main window.";
fDesc[6] = "downloads from YouTube. This amazing tool streamlines all downloads form YouTube so that you experience faster downloading and converting of your video files. The tool can virtually download and save all the original videos from YouTube, converts and saves it to Xvid and Avi format files.";
fDesc[7] = "Google satellite pictures. The downloaded tile images can be combined to form a big map. The application supports multithread connection to speed up the download process. The downloaded images are saved into the user disk drive at a selected folder.";
fDesc[8] = "and the user can convert FLV videos to AVI or XviD format. The downloaded video files can be saved as original or converted by setting the custom adjustments, and compressed to any size and quality.";
fDesc[9] = "videos from YouTube. Downloading video files with this program is very easy and fast. All you have to do to get your video files downloaded is copy the URL direction of the video you want to download, paste it on the program's main window and then click on the download button.";
fDesc[10] = "user's browser, running in the background, waiting in the system tray for the user to visit a video sharing web page, such as Youtube, Google Video, etc.";
fDesc[11] = "video websites on the Internet. Besides, it will let you save the videos and accelerate them by using this program. This application accelerates streaming five times faster.";
fDesc[12] = "such as YouTube, MySpace, Google Video, Metacafe, etc. in a smooth and safe manner, and watch them or save them. FLV player and video converter (to Windows WMV video format) are included in the application.";
fDesc[13] = "Youtube, google video, Myspace and metacafe. The program main's window will run on an Internet's website. The program is very easy to use.";
fDesc[14] = "download, manage and rename photos and image data directly from a camera or a memory stick. Downloader Pro supports JPEG and TIFF images from any DCF compliant camera and reads shooting data as well.";
fDesc[15] = "videos from popular websites such as YouTube, Google Video, Metacafe, Dailymotion, Myspace, etc. It can also convert downloaded videos to MP4 files compatible with PSP and iPod.";
fDesc[16] = "Rapidshare service. Said service allows users to upload files and share them by sending a link to the recipient party/s. Users have to download those files from the website, and the user has to input a confirmation code...";
fDesc[17] = "from YouTube, you either do it by hand, using a plug-in to save the .flv files, or using an application that can download a couple of videos at a time. 1-Click YouTube Batch Downloader makes things simpler for you.";
fDesc[18] = "This application gives us the opportunity to download content from our favorite newsgroup. We can download all sorts of files (large and small) such as games, utilities, image, video, audio, archives, messages, etc.";
fDesc[19] = "pictures from Internet sites promptly and easily. This software can be set in motion from the Internet Explorer toolbar. Make a try and you'll know how simple it is! It supports IE 7.0 version.";
fDesc[20] = "without the text editing functions. It allows you to download video files not only from Youtube, but also from an array of other flash video websites. The most popular sites are all available (Youtube, Metacafe, etc.).";
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 = '...';
}
}