var fDesc=new Array(); fDesc[0] = "The IN600 takes the Innovation Series concept to a higher level of flexibility with complete system control. Featuring an onboard microphone/line mixer, six AV source inputs with six balanced XLR outputs, the IN600 can also be configured as a 5.1 front end. Including RS232 projector control and logic output for screen up/down control, the IN600 gives the AV integrator full room AV control or optional Crestron or third party interfacing. Dedicated Innovation software allows for set up of all function parameters, and the IN600 will also be compatible with a soon to be released series of wall panels."; 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 = ''; } }