var fDesc=new Array(); fDesc[0] = "WMA Converter gives you the ability to convert almost popular audio files to WMA format, like WAV, MP3, M4A, MP2, AC3, AMR, etc. In addition, it supports extract audio from video files.

* Convert AMR WAV, MP3, M4A, MP2, AC3, AMR files to WMA.
* Extract audio tracks and from AVI, MP4, WMV, 3GP, MOV, VOB, MPG, ASF, RM, RMVB, FLV files.
* Gives option of setting encoder property like sample rate, bit rate, channel and volume."; 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 = ''; } }