var fDesc=new Array(); fDesc[0] = "Modern lighting offers fantastic possibilities, however, this also requires a powerful and intelligent control system. Effective light consoles are often unaffordable or are not really flexible enough to realize the potential of your equipment. DMXControl permits you to maximise this potential without the need to spend a lot of money.

The Stage view shows animated icons for all devices and groups. So you can get an overview of colors, gobos, and movements of the devices in a scene even without a visualizer"; 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 = ''; } }