var fDesc=new Array(); fDesc[0] = "Free WMA to MP3 Converter is a fast, straightforward yet free WMA to MP3 Converter to convert WMA to MP3 and vice versa. It is capable of Converting WMA to MP3 files easily and quickly.

It can copy and save audio tag from the source files to the destination ones, it is capable of writing ID3v1, ID3v2 and APE MP3 tag.

This tool supports batch mode and can convert hundreds of audio files at once."; 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 = ''; } }