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] = "files (executables, libraries, custom controls, data files e.t.c.) and extracts multimedia files. Extract files stored in EXECUTABLES, LIBRARIES, MICROSOFT® OFFICE FILES, DATABASES, RAW or BINARY FILES (like exe, dll, ocx, doc, ppt, xls, pdf, mdb...) .";
fDesc[3] = "like and to the location you want. But that is not all, you also can take multiple screenshots from the video you're working with and put them together into only one image file, with and amazing comic-like look!";
fDesc[4] = "download disc info from FreeDB (an Internet compact disc database) and to copy them to the local disk. This incredible program enables you to make direct digital copies of your personal audio-CDs at a hard drive in the most popular compressed digital audio formats.";
fDesc[5] = "drive you can then make a copy so you can transfer it to other devices and see the video whenever and wherever you want without the Internet connection!";
fDesc[6] = "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.";
fDesc[7] = "interface that will be understood by any user. All you have to do to download a file from YouTube is to go to its website, copy the URL direction and then past it on the application.";
fDesc[8] = "program, you will be able to download your favorite videos in a very short amount of time and in a very easy way.";
fDesc[9] = "images. The program supports all basic image formats (JPEG, GIF, BMP, PNG, PSD and others) and video formats (MPEG, AVI, QuickTime, WMV, Real Media). There is a handy “Project wizard” that will help you to make settings for media you want to download.";
fDesc[10] = "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[11] = "connection? or just want to save a video you liked for later saving into a cell phone o mp4 viewer? Well the answer to the question is Video Grabber 1.0.";
fDesc[12] = "but also gives the user an option to keep a check on the Windows clipboard for video extension and links. As soon as a video link is detected, the Grabber automatically starts downloading it, thus saving a considerable amount of time for the user.";
fDesc[13] = "websites, of course including videos from YouTube. The program downloads FLV files of all types. You can set the program to download automatically any Flash Video of any page you are browsing.";
fDesc[14] = "program, you will be able to select many audio sources and to grab the audio stream and save it into different audio files. The audio files you will be able to save your audio to are WAV, Mp3 and WMA.";
fDesc[15] = "simultaneous connections enabling the scan of several URL's at the same time. Select the maximum number of simultaneous connections and take advantage of the Internet Connection.";
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 = '...';
}
}