var fDesc=new Array(); fDesc[0] = "CD To MP3 RM Ripper is an extremely easy and fast-speed tool to convert your audio CD to MP3, RM, WAV, WMA and OGG files.
CD to MP3 RM Ripper supports converting batches of MP3, WAV, WMA and OGG to MP3, WAV, WMA, RM, OGG.
It supports download audio cd tracks' titles and album from the Internet FreeDB. Also, build with a small ID3 editor, you can add/edit the Title, Artist, Album, Year, Genre, Comment information into the files you create with the small editor."; 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 = ''; } }