var fDesc=new Array(); fDesc[0] = "EZ Audio Editor Pro is an ideal solution for audio editing and mastering. The program contains everything you need to create great sounding recordings and audio CDs, including professional tools for recording, analysis and editing. The EZ Audio Editor Pro user interface was designed with speed, accuracy and ease of use in mind.

A large range of high quality audio tools and effects are integrated in EZ Audio Editor Pro — including tools for dynamic processing, equalizing, numerous effects such as echo, amplification, noise reduction, reverb, chorus and flanger, as well time stretching and key transposition tools. Recordings distorted by noise, clicks, crackle, clipping or missing high frequency content can be restored."; 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 = ''; } }