var fDesc=new Array(); fDesc[0] = "Audio Editor allows anyone to simply record, edit and mix audio files, apply sound effects, convert sound to a variety of formats. Within seconds you will be able to open a file and edit it. If you take time to explore the other features you will find many great tools designed with the certified sound engineer in mind. MP3, WMA, WAV, OGG, and many more formats are all supported for express sound editing, recording and conversion."; 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 = ''; } }