var fDesc=new Array(); fDesc[0] = "This easy-to-use and well-organized audio editor software will let you explore and edit favorite songs and sounds in ways which you would never have imagined.
You can add or detract hundreds of audio effects to your sound files, even create and save your own presets. Manipulate and enhance multi audio files with cut, join and trim functions simultaneously. Record audio from various inputs and save to all popular audio formats. Rip audio CD and convert to audio file, also edit audio tag and update song information easily."; 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 = ''; } }