var fDesc=new Array(); fDesc[0] = "SPAN is a free real-time “fast Fourier transform” audio spectrum analyzer AU, AAX and VST plugin for professional music and audio production applications. It provides you with a very flexible “mode” system which you can use to set up your spectrum analyzer preferences. You may specify Fourier block size in samples, the FFT window overlap percentage, and the spectrum's visual slope."; 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 = ''; } }