var fDesc=new Array(); fDesc[0] = "The JSD-60 cinema sound processor is specially designed for digital cinema applications. The low noise and low distortion 96 kHz processing ensures good presentations. A user-configurable format button can be configured to support a variety of existing and future formats. It may also be used to duplicate an existing format but at a different fader level to simplify desired volume changes between content types."; 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 = ''; } }