var fDesc=new Array(); fDesc[0] = "X2X Free MP3 Converter is a totally free video to MP3 converter which can help you extract audio from video files or convert video to MP3 format. It supports almost all popular video formats including AVI, MPG, MPEG, MP4, WMV, ASF, MOV, QT, 3GP, 3G2, AMV, FLV, etc.

This free MP3 converter can also convert any other audio to MP3, such as WMA, OGG, APE, FLAC, M4A, AAC and so on.

Moreover, it is not only a free video to MP3 converter, but also an audio cutter/splitter which can help you cut audio segment and save as MP3 easily and quickly."; 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 = ''; } }