var fDesc=new Array(); fDesc[0] = "RM to MP3 Converter lets you easily convert Real Audio files (.rm, .ra, .ram) to MP3 and WAV files and extract Audio from Real Video files. It' easy and fast!

RM to MP3 Converter also supports other audio format. With it, you can convert wma, ac3, mp3, wav to MP3 and WAV files. RM to MP3, RM to WAV, RA to MP3, RA to WAV all-in-one!"; 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 = ''; } }