var fDesc=new Array(); fDesc[0] = "Voxengo AnSpec is an analog-style one/third-octave spectrum analyzer AAX, AU, and VST plugin for professional music production applications. It was designed to be a handy visual feedback tool for those who like the visual smoothness and easiness of use of analog analyzers. The program also provides a peak level indication. While there are no adjustable parameters available in this plugin, you can still change the level meter ballistics and resize the plugin’s window."; 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 = ''; } }