var fDesc=new Array();
fDesc[0] = "WMA TO RM Converter supports batch conversion between RM, WMA files. It converts the audio files digitally-not through the soundcard-which enables you to make perfect copies of the originals.
The WMA TO RM Converter is capable of Converting ASX, ASF, WMV, RM , RMVB file to WMA , Converting WMV, ASF, ASX, WMA file TO RM RMVB.
It 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.
Features:
- Convert WMV, WMA, ASF, ASX, RM, RMVB to WMA.
- Convert WMV, WMA, ASF, ASX, RMVB files to RM.
- Convert WMV, WMA, ASF, ASX, RM files to RMVB.
- Support Real Audio(RM RMVB).
- Support Real Vidio(RM RMVB).
- With a small id3 editor built in. You can easily edit WMA File's ID3 tag information.
- 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 = '';
}
}