var fDesc=new Array(); fDesc[0] = "MP4 MP3 Converter converts MP4 to MP3 and MP3 to MP4. It's an easy-to-use and ALL-IN-ONE audio converter software. MP4 MP3 Converter not only converts audio formats to MP3, but also extracts audio from AVI, ASF, WMV, MPEG-1, MPEG-2, MKV, OGV, QuickTime MOV, Real Media, WebM, and so on. It supports more than 100 audio and video files, and keeps ID3 tag when converting. The software is full compatible with Vista, Windows 7, and Windows 8.

It's possible to customize sample frequency, bit rate, channels, and quality of target files. The MP4 MP3 Converter could automatically normalize volume of MP4 and MP3 files so that the output files have the same volume. You can also change volume manually. The software supports batch conversion."; 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 = ''; } }