var fDesc=new Array(); fDesc[0] = "Audio Editor Master is a professional digital audio editor that allows you to perform various operations with audio files: cut, copy, and paste features (with unlimited undo functionality), mix tracks, or apply effects to recordings. This program can not only record and play sounds but also import and export a wide range of supported audio files (WAV, AIFF, MP3, and OGG, etc.). Audio Editor Master offers a customizable spectrogram mode and a frequency-analysis window for audio-analysis applications."; 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 = ''; } }