var fDesc=new Array(); fDesc[0] = "This program lets you configure Extron DSP-based digital audio processing tools. DSP Configurator tracks each product and allows complete control, so that audio system professionals only need to be familiar with one DSP program. Its user interface allows for quick and easy visualization of all input and output signal paths inside a single 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 = ''; } }