var fDesc=new Array(); fDesc[0] = "Create outstanding tracks for any purpose with this easy audio editing app. Edit all popular formats MP3, FLAC, WAV, M4A, WMA, AAC, MP2, AMR, OGG, etc. Select between 20 built-in effects and filters including delay, flanger, chorus, reverb, reverse, echo and more. Record audio data from various inputs like microphone, vinyl records, and other input lines on a sound card. Remove noise and irritating sounds like roaring, hissing, crackling, etc. Turn written text into a natural sounding voice with Text-to-speech function."; 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 = ''; } }