var fDesc=new Array();
fDesc[1] = ", 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[2] = ", RM, RMJ, WAV, MP3, OGG, WMA, MP2, MP1, MPEG, MP4, AAC, OGG, AVI, MPC, MOV, QT, WMA, AMR, AC3, AIFF, AIF, AU and 3GP. Additionally you can rip you audio CDs to WAV, MP3, WMA, AMR and OGG formats in single click.";
fDesc[3] = "including MP3, WMA, OGG and WAV. The program is intended for batch conversion. It can convert music from a CD also, without copying it to your hard drive. You can customize the look of this converter with more than 20 given skins.";
fDesc[4] = "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[5] = "KARAOKE (.kar) files to WAV, MP3, OGG, WMA formats without using your music card. It allows you to pre-listen how a melody will sound with a built-in player, set MP3 tags for output files, set tempo, customize quality, and more.";
fDesc[6] = "popular audio formats including MP3, APE and FLAC audios. Easy user interface and fast conversion make this program a useful audio converter. You can add multiple audio files and folders to the batch list making the conversion even simpler.";
fDesc[7] = "in seconds. The converter supports batch conversion also. It means you can add multiple files and folders to the conversion list to get the same output format and quality for all files.";
fDesc[8] = "another. This program can help you to convert one file per time or convert a group of different files into a determined format all at once (batch conversion). It can also help you to rip your CDs into different audio files.";
fDesc[9] = "program you are looking for. Power MP3 WAV Converter 1.1 converts different audio files such as Mp3, WAV, WMA and OGG in a very short amount of time.";
fDesc[10] = "another. But that is not all this powerful software does. Using this program, you will be able to reduce your audio files' size. This software allows you to convert more than one file into a specific format at the same time and it does it with a very fast conversion speed.";
fDesc[11] = "files. The program has the advantage of being very easy to use, you can convert your files in just one click. This application will convert your audio files in a very short amount of time without losing any of the files' quality.";
fDesc[12] = "version supports a lot of audio formats, including Mp3, Mp2, Mp1, WAV, MPEG, OGG, WMA and VOX. The program's interface makes things easier to users because it is very well designed and easy to use.";
fDesc[13] = "helps in converting the extracted audio file into various formats. The program features the ability to convert audio files from one format to the other.";
fDesc[14] = "files into another in a very simple way. The program interface is very friendly. It's based on a step by step guide that will help even the most amateur user on how to convert their files.";
fDesc[15] = "MP3, AAC, AC3, AMR, M4A, OGG, WAV audio formats. It Batch conversion supported and you can convert more files within one time. With A123 Audio to MP3 AMR AAC OGG Converter, you will get any output formats you want with excellent quality.";
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 = '...';
}
}