var fDesc=new Array(); fDesc[0] = "The X1 system offers two basic interface options, the X1 Mini, with one USITT DMX-512 output (512 channels), and the X1, with four USITT DMX-512 outputs (2048 channels).

Multiple interfaces can be attached to one X1 system for up to 16 physical outputs total. In addition, the X1 offers a direct or Ethernet connection to a number of third party software packages, like ArKaos VJ, which allows these products to be controlled without requiring a physical DMX output.

A specialized interface option, the X1 Exhibit, wiOn the X1, a Submaster is a fader (slider) on the Main or 'Console' window to which a Cue can be assigned. The X1 has 24 Submasters, which can be controlled using the mouse, keyboard, or an external DMX-512 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 = ''; } }