var fDesc=new Array(); fDesc[0] = "If you are looking for a program that will allow you to convert your Real Audio files into Mp3 and other audio files, you have just found one. Bingo RM to MP3 Wave Converter enables you to convert RA, RM, and RMVB files into Mp3 and WAV files. This application also allows you to extract audio from Real Video files.
With this program, you will be able to configure output parameters such as audio constant and variable bit rates, quality level and more. The program also allows you to select what genre your audio files fit. On the program's main window, there is a list that will show you all the files you have added to the program's main window. You will be able to manage the list without the need of abandoning the program's main window at any moment.
If you want to try Bingo RM to MP3 Wave Converter, you will be able to do so by downloading a free trial version. The trial version will work for 15 days. This is not the first version of the program. This new version has the advantage of supporting SVCD as an output 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 = ''; } }