var fDesc=new Array(); fDesc[0] = "Using the TOOLbox PC software in combination with the TOOLbox or TOOLbox pro dongle, you can configure the eldoLED driver/controller that is driving your LED lighting application, send DMX set points to the driver/controller, create show sequences, manage show libraries and upload show sequences to the driver/controller.
The TOOLbox and TOOLbox pro offer different access rights. The standard TOOLbox allows standard user access to view and change general lighting control parameters; the TOOLbox pro allows access to general lighting control parameters as well as advanced parameters, and is primarily used by OEMs."; 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 = ''; } }