var fDesc=new Array(); fDesc[0] = "Daslight DVC1 is a DMX (Digital Multiplex) lighting software. It requires a Daslight USB or Ethernet interface to be connected to convert the control data from the software to DMX which the lights can understand. This package works with DVC controllers; they come with standalone memory, which can be programmed by Daslight. Once programmed, it can run without a computer."; 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 = ''; } }