var fDesc=new Array(); fDesc[0] = "MP3 Convert Lord 1.0 is a powerful application that enables you to convert between different audio formats. Using this effective conversion tool, you will be able to convert audio files into Mp3 files. The files this program supports are WAV, Mp3, OGG, RM, AVI, WMA, RM, ASF and AIF. The program also supports converting video files into audio files. MP3 Convert Lord 1.0 enables you to extract audio from your video files. The program's interface is very well designed. When you first launch the application, you will see a list of your folders on the program's main window and you will be able to select the files you want to convert directly from it. This software also enables you to convert files directly from a CD.
The application is very easy to use, all you have to do to get your files converted is to set some output options and then click on the convert button.
The files' properties of your files can be modified with this program. You will be able to customize your conversions by setting some parameters such as audio channels and bit rates. The program supports converting more than one file per time into a specific format."; 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 = ''; } }