var fDesc=new Array(); fDesc[0] = "Comparisonics Audio Editor is a multi-functional audio editor that allows you to perform various operations with your audio files, such as filtering, adding effects. The program includes various sound effects and filters. You can record new audio from your microphone or any other input source, insert noise or silence. It displays a waveform image of the audio files and allows you to visually edit it (Cut, Copy, Delete Silence, Paste and more )."; 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 = ''; } }