var fDesc=new Array(); fDesc[0] = "Audio Editor Plus is designed to be very easy and intuitive to use. Within minutes you will be able to open or record a file and edit it. But if you take time to explore the other features you will find many powerful tools designed with the professional sound engineer in mind.
Audio Editor Plus is a sound editor program for Windows. This software lets you make and edit voice and other audio recordings. You can cut, copy and paste parts of recording and, if required, add effects like echo, amplification and noise reduction."; 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 = ''; } }