var fDesc=new Array(); fDesc[0] = "The Extron SSP 7.1 five input Surround Sound Processor provides up to eight channels of surround sound for pro AV applications in corporate and commercial environments. The SSP 7.1 automatically detects and decodes audio content in various Dolby and DTS formats from DVD, Blu-ray Disc, and HDTV broadcasts. It also offers Dolby Pro Logic II/IIx and DTS Neo:6processing to provide surround sound from two-channel stereo. The SSP 7.1 features coaxial and optical digital inputs, plus an analog balanced/unbalanced two-channel input. It is designed for integration into pro AV installations, with a compact, rack-mountable metal enclosure, RS-232 serial control, and balanced/unbalanced line level outputs. The included control software offers a user-friendly GUI for setup and operation."; 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 = ''; } }