var fDesc=new Array(); fDesc[0] = "Amplifier Navigator software enables a user to remotely control and monitor all functions of connected PLD amplifiers including the on-board DSP functionality and amplifier configuration. It also provides a mechanism to create, store, and recall presets and loudspeaker profiles to and from the PC or Mac. Upload profiles to connected amplifiers, enabling "cloning" for multi-function racks with duplicate amps."; 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 = ''; } }