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] = "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[4] = "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[5] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files."; fDesc[6] = "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[7] = "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[8] = "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[9] = "into another in a very simple way. This powerful software supports a lot of audio and video files, including MP3, WAV, WMA, WMV, MP2, OGG, APE, FLV, VOB, AVI, 3GP, RM, AAC, SWF, AC3, M4B, MPC, NUT, APE and many more."; fDesc[10] = ", 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!"; fDesc[11] = "another directly and on-the-fly (without temporary files produced)."; fDesc[12] = "into another. This program is similar to all Daniusoft converters. The program's interface is quite the same, with the only difference, the program supports now more formats. WMA, WAV, M4A, AC3, OGG, APE and AAC are some of the formats this program supports."; fDesc[13] = "you convert CD to MP3, CD to WMA, CD to WAV and CD to OGG formats and the best part is there is no compromise in quality. You can check if it is the right audio, using the inbuilt player before converting. It can even handle scratched CD’s with ease."; fDesc[14] = "MP3 audio file format. This utility comes with a built-in audio splitter to cut the RM file for conversion. The application is basically based on the Microsoft Directshow Technology ensuring high quality standards and fast conversion rates."; fDesc[15] = "in your computer from avi, mpeg, mov, rm, wmv, vcd, dvd, to MP3, WMA, WAV, MP2 files letting you for instance extract music from live concerts and play it on your iPod. It supports batch conversion, and allows you to set start and end points to extract a clip of the movie."; 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 = '...'; } }