var fDesc=new Array(); fDesc[0] = "Music files come in many formats and some players cannot recognize all of them. This makes it necessary to convert them to another format and that is exactly what the BeeThink’s MusicHandle 3.2 does. It can convert MP3, OGG, WMA and WAV files to and from one another. All you need to do if you want to convert is right click on the audio file or drag and drop it into an appropriate folder. It is very easy to use and you can convert any of the supported audio formats into another one or even all of them. The program also lets you adjust the volume and change the bit rate of the chosen file.
Besides that, you can use the mp3 encoder programs Lame 3.90.3, 3.92 and 3.96.1 with this software. The Lame shell in the BeeThink’s MusicHandle 3.2 allows you to use the command line switches the same way as you would be able to do with the Lame executable files.
The software is capable of supporting the Windows Media Format 9.1 series and the Ogg 1.1.2. After the audio files have been converted, you will still see the same ID tags that identified the original file so you will not lose track of what has been converted."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }