var fDesc=new Array(); fDesc[0] = "Alon Audio Extractor provides you a handy tool to extract audio/sound or background music from video files.

With Alon Audio Extractor, you can easily extract audio tracks from AVI, MPEG, MPG, FLV (Flash Video), DAT, WMV, MOV, MP4, 3GP video files and save them as MP3, WAV and AC3 formats.

It can also be used to save any portion of the audio of a video file."; 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 = ''; } }