var fDesc=new Array(); fDesc[0] = "Blue Cat's FreqAnalyst Pro - VST is a real time spectrum analyzer with advanced functionalities. It uses the same smooth algorithms as its little brother (Blue Cat's FreqAnalyst free plug-in) and it has been designed to provide extreme smoothness and high resolution for both time and frequency. Two thresholding systems are available, and the time response can be changed thanks to the attack and release parameters."; 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 = ''; } }