var fDesc=new Array(); fDesc[0] = "FreqAnalyst is a spectrum analyzer plug-in that lets you monitor the spectral content of your audio signal in real time. Blue Cat's FreqAnalyst is able to display continuous variations even with a very high frequency resolution, using its smooth interpolation algorithm. This version can be installed on audio editing applications that support VST3 plug-ins."; 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 = ''; } }