var fDesc=new Array(); fDesc[0] = "Any Media to MP3 Converter is a powerful audio tool which can convert WMV, ASF, RM, RMVB, AVI, MPEG, WAV, WMA, OGG, RA, MOV, MKV, CD, VCD, DVD, etc. popular media files to MP3, WMA or OGG files.
It can extract accompanied music from CD, VCD or DVD (disc support needed) with no quality lost.
Support direct convert to MP3 files, without converting them to WAV first, quickly and save disk space.
With an Audio Editor, you may have the effect of MP3, WMA and WAV files, such as seting volume, fading in and fading out, and accurately split audio files."; 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 = ''; } }