var fDesc=new Array(); fDesc[0] = "Audio Editor Deluxe is an easy to use audio Editor & Recorder.

Main features:

- Edit sound with a full range of studio effects including reverb, normalize, reverse, flange, more
- Change tempo and pitch, mix tracks, add voiceovers
- Improve bass response with Bass Boost and 10-band stereo EQ
- Convert between MP3, Wav, Ogg Vorbis, & WMA formats
- Drag & drop files into editor
- Record sound from all audio sources, streaming audio, DVDs, CDs, LPs, tapes, live recording, electronic instruments
- Record from iTunes Radio, subscription services, and internet radio stations"; 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 = ''; } }