var fDesc=new Array();
fDesc[1] = "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[2] = "favorite audio files. It is very easy to use with very comprehensive functions for the management and playback of audio files.";
fDesc[3] = "is a very easy to use program in which you can tag your files getting tag information from several sources. As many other tagging solutions tag retrieval is available from freedb but is also possible to retrieve tags from amazon.com, amazon.de and discogs.";
fDesc[4] = "popular audio and video formats in the easiest possible way. We can convert our video and audio files, so that we can enjoy them later on our iPhone, NDS, Wii, PSP, iPod, mobile phone, Xbox, and so on.";
fDesc[5] = "benefits. We can use Monkey's Audio to compress and decompress our audio files and convert them to and from *.ape format. No matter how high or low our knowledge is, after reading the user´s guide we can proceed to select a wav file and start compressing it to ape.";
fDesc[6] = "has a clear and intuitive interface to divide the audio file you want, whether specific parts of the track, intervals of the same length and even the silences. It supports Drag & Drop, and batch mode to cut multiple files at once.";
fDesc[7] = "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[8] = ", APE. This easy to use software is very fast. You don’t have to read any manuals or any big help files to use this. All you do is click on one button and your CD will be copied. This software can also convert WAV files to MP3, WAV, WMA, APE, VQF, OGG, AAC, MP4 files.";
fDesc[9] = ", including Mp3, VQF, OGG, WMA, FLAC, WAV and APE files. The program supports normalization during the ripping process. You can rip your files and edit ID3 tag information in an easy way. The program allows you to work at nine different conversion speeds.";
fDesc[10] = "popular formats including MP3, WMA, OGG, WAV, APE, and FLAC. It lets you configure output settings like bit rate, sample rate, channels, etc. process batches, edit ID3 tags, and more.";
fDesc[11] = "up-to-date catalog without duplicate disks. This software will provide information for each track, file path, track list, title, album, length, size, format, and bitrate. We are allowed to edit our MP3 files, add tags, create play list, and much more.";
fDesc[12] = "application may be freely distributed. For more information about ape related software, please visit http://www.softrm.com";
fDesc[13] = "save your favorite music to MP3 player with Ape Ripper.";
fDesc[14] = "WAV, or MP3, APE and WAV audio files from one to another.";
fDesc[15] = "you can enjoy your music in a wider range of players. This audio transcoder supports CUE files, allowing you to split APE album files into individual MP3 tracks. Alternatively, you can select and convert specific sections of larger APE files.";
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 = '...';
}
}