var fDesc=new Array(); fDesc[0] = "Audio MP3 Editor is a digital audio editor, converter and cd ripper for home studio recording and for people who are just getting started with audio editing and converting.

It provides an easy-to-use interface and is designed for the everyday
user. It has dozens of amazing audio effects, audio filters and tools
for converting audio files into different formats, including MP3, WMA,
WAV, Ogg Vorbis, VOX, Audio CD Tracks(CDA), PCM, G721, AVI, MPEG, and many others.

Its powerful recorder can record from your microphone or streaming
audio from internet. you can also grab your Audio CD tracks directly to Mp3, WMA, OGG or Wave files, query Audio CD information from internet. And that's just the beginning of what you can do with Audio Mp3 Editor."; 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 = ''; } }