var fDesc=new Array(); fDesc[0] = "DMXCreator is a versatile tool for club use, rental facility, or even for architectural lighting. It provides support for the simultaneous control of up to 4096 channels and fixtures, with a maximum of 256 DMX512 channels per fixture. You can also preview the pre-programmed show without physically connected fixtures using the 3D visual emulator."; 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 = ''; } }