var fDesc=new Array(); fDesc[0] = "Martin has designed new add-on modules for its M-Series of lighting consoles, as well as made changes to existing modules. The M-Series Playback ll Module offers twice as many playback as its predecessor and extends the playback capabilities of any M-Series console by adding 10 motorized faders and 10 PlayPaired buttons. Cuelist information is displayed on 10 LCD displays, 5 Fast Keys for quick access to banks and other functionality, a Master Go section and a Grand Master fader with flash. Multiple Playback Modules can be added to an M-Series console."; 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 = ''; } }