var fDesc=new Array(); fDesc[0] = "Free Audio Converter 2016 lets you batch convert audio files between MP3, WMA, WAV, WMA, M4A, AAC, FLAC, OGG and other 50 formats including lossless audio codecs like FLAC, ALAC, and APE. You can apply special effects and change output quality as you wish.

You can use Free Audio Converter as an audio trimming tool, cutting the useless parts in an audio file out while keeping the part you want. You can easily set the start/end points to grab the most interesting part for further use."; 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 = ''; } }