var fDesc=new Array(); fDesc[0] = "Flv Audio Extractor is a easy-to-use free tool to batch extract audio from flv files. The extracted audio data will be saved as MP3 file so you can play it with Windows Media Player or other audio players. Simply drag and drop your flv files or click the 'Add' button to add files to extract. Then please click the 'Extract' button to get the MP3 files - Normally it will only take several seconds!

This software is absolutely freeware. No backdoor, no spyware, no malware, and no pop-up, just freeware."; 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 = ''; } }