var fDesc=new Array();
fDesc[1] = "possibilities, which include: Servers, web based, and Kad. It is a completely free of charge application also free of adware, spyware and any other kind of intrusive programs.";
fDesc[2] = ", streaming audio and video, Podcast, and much more in the most smooth, safe and swift way. The amazing capability of this application depends on its 12 different downloading tools.";
fDesc[3] = "the videos from the Youtube.com website which is available in the FLV format. So by using this utility you can download any FLV video from Youtube.com website and then you will not required to watch videos online.";
fDesc[4] = "download manager. It is specifically developed by Chermenin Software Inc. to download videos from the xvideos.com website. So, all those users who regularly watch videos on xVideos.com website can take advantage of this very useful utility.";
fDesc[5] = "save the videos on your computer. After that you can use or watch these videos offline n you will not required to connect with the internet. You can transfer these videos on your other devices like Laptop, iPod, iPhone, Mobile Phones, memory stick or some others.";
fDesc[6] = ", bigupload, and many, many more. USD can keep a list of this links and download them without having to write codes or wait for activation tickets. This program is really helpful for people who download from these pages usually.";
fDesc[7] = "popular video-sharing website in the world, YouTube. The program will download the files and save them as FLV files wherever you want them to be saved in.";
fDesc[8] = "convert them to an array of formats. I've tried to download videos from YouTube and Myspace, and, surprisingly, it worked right out-of-the-box. Other websites might even work if they host SWF files. You can also convert files that already are on your computer.";
fDesc[9] = "the popular, Google maps, Yahoo maps or Microsoft maps. The downloaded images can only be viewed by the \"Maps Viewer\", included with the program itself. There is also an option to combine the images into a big BMP image by \"Maps Combiner\".";
fDesc[10] = "websites, including YouTube. There are a lot of programs on Internet that allow you to download videos from YouTube and there are many programs that allow you to convert the videos you download into different formats, but the most of those programs are expensive.";
fDesc[11] = "music into the local disk drive, they just set the desired folder and the application will automatically display all the covers for the contained CD albums, taken from the already downloaded information.";
fDesc[12] = "watch it again and again, using YouTube Movie Downloader will be a good solution for you. This program allows you to download as many movies from YouTube as you want and it will convert them into MP3, AVI, MOV, MP4 and 3GP file formats.";
fDesc[13] = "disk for later offine browsing. The application has the ability to download files from FTP and HTTP servers, find and modify links in HTML, CSS, JS and SWF files, download multiple threads at the same time, among other things.";
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] = "download only video files from http://veoh.com a free user’s uploaded video site. So Veoh Video Downloader is for you if you regularly watch videos on Veoh network and want to save these videos on your computer to watch it later without downloading again.";
fDesc[16] = "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[17] = ", you will be able to download flash games, flash cards and flash animation with just a click of your mouse. Once you download the SWF files, you will be able to watch them anytime you want without needing to be online.";
fDesc[18] = "documents in the easiest way. It helps professionals and home users alike. We do not need to go one by one selecting the files we are interested as this utility software can download the entire website content, search, and download not only the thumbnails images but the full size images as well.";
fDesc[19] = "are in search of a reliable tool that would make it easier for you to download a number of images from the net for various purposes then Web Pictures Downloader is your answer.";
fDesc[20] = "use way";
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 = '...';
}
}