var fDesc=new Array(); fDesc[0] = "The software “DMX Studio”, written to be used with PC-DMX interfaces, was inspired by an existing light-control desk, SGM Studio 24/48.It can act as a classic 2-scenes preset console or a memory console with submasters and 24-page memory. The interfaces supported by this software are: OKSID USB2DMX, Kristof Nys 64 ch. Interface, Manolator 256 ch, Velleman K8062 and Enttec Open DMX USB and DMX USB Pro."; 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 = ''; } }