var fDesc=new Array(); fDesc[0] = "Audio Music Batch Converter is a convenient, powerful, and configurable audio converter application for converting among nearly all popular audio formats.
Audio Music Batch Converter can also extract audio frames from WMV, ASF or ASX video files.

The adding audio files from folder mode will help you deal with the folder which has many subfolders and the audio files spread out in these subfolders."; 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 = ''; } }