var fDesc=new Array(); fDesc[0] = "CUE approach to control system programming is innovative and unique. Rather than having individually disconnected programming files for the control unit and control panels, Cue System programming functions are embedded into the buttons themselves. Additionally, in most small to medium sized programming projects system functions can be dragged and dropped on the buttons using the simple but powerful configuration software called Cue Director XPL."; 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 = ''; } }