var fDesc=new Array();
fDesc[1] = "downloads mp3 from: - a single YouTube video; - complete YouTube playlists; - all video responses to a YouTube video; - all videos of a selected YouTube user or a channel; - all videos from the user favorites.";
fDesc[2] = "us with an excellent, fast, and easy-to-use converter tool, that gives us the opportunity to convert for free any of this audio formats: Mp3, Ogg, Wma, AAC, Wav (any combination is possible). We can convert Flac, Ape, Ac3, M4a to Mp3, Wma, Ogg, Wav.";
fDesc[3] = "up.Various plans offer you to purchase music to as low as 25 cents per track of 10$ for a whole book. So enjoy the music at almost a cost considered to be free.";
fDesc[4] = "free application is extremely useful to rip the audio part of a video file into an mp3 file. The user interface is really simple, but achieves its goal really well.";
fDesc[5] = "converted to MP3 in a single click, so they can be played on an MP3 player. The program shows the process like a wizard tutorial, and guides the user window by window through the conversion task.";
fDesc[6] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[7] = "increasingly popular in the MP3 download market. Amazon is perhaps the most popular online retailer of the world, and now they are looking into getting a share of users from services like iTunes.";
fDesc[8] = "servers and libraries on Internet, to obtain unlimited number of songs, mp3 tracks, etc. The application is launched and the user gets in the desired social music web page. The application downloads the music the user selects, at the same time (s)he is listening to it.";
fDesc[9] = "Features of the program include support for drag and drop, batch conversion, and the possibility to configure output settings like frequency (for MP3 files only).";
fDesc[10] = "into another. Using this software, you will not lose any of your audio files' quality during the process. The program allows you to convert a lot of files with different formats, even entire folders, into a specific format.";
fDesc[11] = "interface to extract DVD contents and save them as MP3 files,as well as Audio inserted in DVD and MPEG files to be converted to MP3 and played on any MP3 standard player. The libraries that this application uses for encoding MP3 are up-to-date.";
fDesc[12] = "2006, but it still works really well for converting all the Real Media formats that it supports, namely, *.rm, *.ra, and *.rmvb. Free RM to MP3 converter boasts an extremely easy to use interface that helps you get the job done very effortlessly.";
fDesc[13] = ", preserving the original quality and bit rate of the source file. Its straightforward functionality allows any user to easily open a file, select the starting and end cutting points, and save the selection in their system.";
fDesc[14] = "computers, like p2p file-sharing programs do, this software lets you download music from websites as IMEEM, Last.Fm, etc, which are, in the developers' words, \"100% legal\".";
fDesc[15] = ", choose the Export Format, configure some Settings options (or you can leave the Preset settings, works just fine), and click on the Convert or Merge buttons... that's it!";
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 = '...';
}
}