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[3] = ", 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[4] = "another directly and on-the-fly (without temporary files produced)."; fDesc[6] = "WMA, M4A, APE, WV, MPC, AU, AND ACC to different formats such as MP2, AC3 and many more. This application is available in four languages (spanish, english, portuguese and french)."; fDesc[7] = "very short amount of time with no quality loss at all. The program is very easy to use, it has got a friendly interface that will guide all users on how to get their files converted from one into another."; fDesc[8] = "another in a very simple way. This application will allow you to convert your MP3, WAV, WMA, OGG files from one into another easily and in a very fast time."; fDesc[9] = "time with no quality loss at all. This application supports many audio formats like WAV, WMA, OGG, AAC, VQF, APE, MP4 and more."; fDesc[10] = "with DRM are known to cause several headaches world-wide. That protection has a legitimate purpose, though: to fight piracy. But when you own the material, and you want it to move it around between your devices, being unable to can get very frustrating."; fDesc[11] = "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[12] = "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[13] = "files from one into another. This program provides you with the function of converting Mp3, WAV and OGG files to WMA files. The program also allows you to convert WMA files into Mp3 files."; fDesc[14] = "files and WMA files into Mp3 files. The program also supports converting WAV and OGG files. The program provides you with the function of modifying some advanced audio settings such as audio bit rate, frequency, channels (mono or stereo) and quality."; fDesc[15] = "files into WAV files. Using this software you will be able to convert a group of different files into WAV files all at once. The program has got a friendly interface that will guide all users on how to convert their files from one into another in a very simple way."; 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 = '...'; } }