var fDesc=new Array(); fDesc[0] = "4Media MP3 Converter makes it possible to play songs and music videos in almost all popular video/audio formats (incl. M4A, WMA, WAV, AAC, FLAC, OGG, APE, AVI, MPEG, MP4, WMV, H.264/MPEG-4 AVC, AVCHD, etc.) on different MP3 players by converting them to MP3 format.

With the customization features in 4Media MP3 Converter, you can pick up any segment from original video or audio file to convert, define output file size with Bitrate Calculator tool, edit music information, adjust the output music parameters and do many other settings. Batch conversion means you can convert multiple video and audio files to MP3 files in one go, and its support for multithreading and multi-core CPU processing means you will get super fast speed during MP3 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 = ''; } }