var fDesc=new Array(); fDesc[0] = "Blue Cat's FreqAnalyst is a free spectrum analyzer plug-in that lets you monitor the spectral content of your audio signal in real time. It can display continuous variations even with a very high frequency resolution, thanks to its unique smooth interpolation algorithms. Most aspects of the audio to frequency display conversion can be managed, which lets you total control over the monitoring."; 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 = ''; } }