var fDesc=new Array(); fDesc[0] = "A family of programs designed to run DMX controller equipment such as theatre or stage lighting, DJ lights, etc. Supports mulitple DMX controllers (some products have built-in limits as to the number of active universes, e.g. DMXconsole will only control a single DMX universe). Hot-swappable DMX controllers - if one interface stops running unplug it, plugs in a new one and it takes over automtically. Editiable effects - similar to scenes but which only work on selected devices. Unlimited multiple concurrent effects - the only limit is the power and available memory of your 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 = ''; } }