var fDesc=new Array(); fDesc[0] = "The Gira InfoTerminal Touch from the Gira KNX/EIB system is the central switching unit for intelligent electrical installations. The 5.7" TFT touch display enables intuitive navigation and provides an overview of the status of the entire building technology.
With the colour display, functions such as switching, dimming and blind control can be executed, light scenes can be saved and called up, and a variety of bus functions can be linked with ease. The user menu is freely definable and can be individually structured."; 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 = ''; } }