var fDesc=new Array(); fDesc[0] = "It employs technology developed from the class-leading XL8, offering the same exemplary sample - synchronized audio performance. The PRO series can provide up to 104 simultaneous input processing channels and up to 35 discrete mixes in monitor mode, all of which feature EQ and a choice of dynamics processing options. By adding additional I/O hardware the PRO series network can be expanded to 288 inputs x 294 outputs with point-to-point routing anywhere within the network which can then be patched and routed on a scene-by-scene basis via a powerful snapshot automation system."; 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 = ''; } }