var fDesc=new Array(); fDesc[0] = "Those requirements of modern lighting control can be realized very simple with the DALI EASY system. DALI EASY is suitable for daylight- and colored ceilings, color controlled wall washers, RGB- design- and decorative fixtures , LED color tiles, signage, fixtures with multiple fluorescent lamps of different color temperature, conference and meeting room lighting."; 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 = ''; } }