var fDesc=new Array(); fDesc[0] = "The ESA PRO program has been specially developed for architectural lighting needs and combines innovations and ergonomic design. It is possible to setup several DMX zones for a show. It allows for a building to be split up and different sequences to be played in each room, for example."; 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 = ''; } }