var fDesc=new Array();
fDesc[0] = "MP3 RM Converter supports batch conversion between RM, MP3, WAV, WMA and OGG files. It can also extract audio from video files, support mpg/mpeg, rm/rmvb/ram, asf/asx and avi video files. The conversion is direct and without using sound card so you can get perfect copies of the originals.
MP3 RM Converter adopts advanced LAME Encoder and OGG codec, and allows you to generate various sizes and qualities of RM, MP3, WAV, WMA and Ogg files. It offers rich options for your special requirements, and supports MP3 VBR, RM VBR and OGG VBR.
Due to the small but powerful ID3 tag editor built in the MP3 RM Converter, you can add/edit the Title, Artist, Album, Year, Genre and Comment information into the files. Moreover, it supports batch edit, so you can save your precious time greatly.";
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 = '';
}
}