var fDesc=new Array(); fDesc[0] = "The Light-Scene Engine has been designed and developed to take intelligent and intuitive lighting control to new levels. Built on the proven amBX lighting control technology and abstracted design model, Light-Scene Engine brings new possibilities for interactive lighting and putting total control in the hands of the user with simple yet powerful apps and user interfaces. amBX Light-Scene Engine is suitable for projects of all sizes and for single or multiple location lighting installations."; 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 = ''; } }