var fDesc=new Array();
fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have.";
fDesc[2] = "video upload. Also, you can extract the audio from a video file and convert it to MP3 or extract the audio file directly from Youtube to MP3, and you can convert YouTube videos or video files to several file formats,format, play videos, make video and audio editing, rip CDs and DVDs, and more.";
fDesc[3] = "editing applications that are really easy to use and terribly powerful. This is another good example of that. RM to MP3 converter allows you to convert RM (Real Media) files into both WAV or MP3 files. But it also supports other formats, such as wma, ac3, mp3, and wav.";
fDesc[4] = "Think of this application just as a sharp digital scissors that will cut your sound tracks as simple as you were cutting a sheet of paper. Its interface offers you two different modes: Power MP3 Cutter Professional and Classic Power MP3 Cutter.";
fDesc[5] = "program, every time when you connect player to the computer, will start up offering you to check if there is any media files on the drive. The program has handy interface.";
fDesc[6] = "wish to extract a part, browsing in your drives. Once selected, the program will start playing it. During playback, you can select where you want your extracted part to begin, and where to end.";
fDesc[7] = "also convert from audio file formats and export them to MP3. It also has the ability to cut the output music file.";
fDesc[8] = "you might have that is supported. The supported formats are MP3 and WAV. This is really a simple program, but it does what it is supposed to do quite well.";
fDesc[9] = "and WAV files. You can switch from MP3 to WAV (and vice-versa) any time, or perform all your tasks without leaving the MP3 format, cutting full sections and adding fade-in and fade-out effects to your MP3 files without transcoding them, thus minimizing any loss of sound quality.";
fDesc[10] = "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[11] = "from the main window to perform a desired action. You can split any large file into a desired number of files, merge them back into one or convert to/from WMA, WAV, OGG or MP3 formats.";
fDesc[12] = "program works efficiently with both CUE and XMCD (freedb) formats, and will create perfect MP3, APE, FLAC, OGG, WAV and WMA audio files following the parameters specified in the CUE file. Unicode, UTF8, and ANSI CUE files are supported.";
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] = "resembles the interface of a Mac application and, like most, Mac applications, it is really simple and easy to use. The first time you execute this application, you can start adding files.";
fDesc[15] = "files in several pieces by time frame, size or equal time pieces. It has a built in mp3 player to allow you get a preview of the output file.";
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 = '...';
}
}