var fDesc=new Array();
fDesc[0] = "WAV To RM Converter is a powerful tool that can help you to convert large wav file to RM audio file with fast speed and high quality. It has a user-friendly interface and is very easy to use. You can once convert a batch of WAV and RM format very easily.
The WAV To RM Converter is capable of Converting RM and RMVB file to WAV, Converting WAV file TO RM.
Features:
- Convert RM to WAV format.
- Convert WAV to RM format.
- Support Real Audio(RM RMVB).
- Support Real Vidio(RM RMVB).
- Rich Options of WAV Encoder. Support WAV from 6,000 to 48000 sample rate.
- With user-friendly-interface and converting your files is just a button click away, you'll be an experter in no time!
- and many more!";
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 = '';
}
}