var fDesc=new Array(); fDesc[0] = "Advanced RM To MP3 Converter is a powerful and handy utility that allows you to convert audio and video files to mp3, wav, ogg, among other formats. The application shows the files in a tree view that allows you easily select the files to convert. The user interface is really simple and intuitive, and does not include complex options. You just have to select the files to convert and output folder, adjust the encoder parameters, and the program does the rest for you. The MP3 encoder supports Variable Bit Rate and Constant Bit Rate, as well as four channels mode including Standard Stereo, Joint Stereo, Mono and Dual Channel. The utility features a really fast converting speed and also allows you to select the encoding quality. It supports batch conversion, meaning that it enables you to convert multiple files at the same time, thus saving you tremendous valuable time. This software is an evaluation version and has the limitation that only allows you convert up to 30% of one file. It supports Windows XP/2000/2003/NT/98/Me."; 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 = ''; } }