var fDesc=new Array(); fDesc[0] = "All Sound Editor is a visual music & audio files voice editing software. It can edit mp3, wav, wma & ogg voice which allow to perform various operations with audio data such as displaying a wave form image of an audio file, filtering, applying various audio effects, examining the frequency components and other details about your audio with the help of Frequency Analysis, Statistics, Spectral View features, format 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 = ''; } }