var fDesc=new Array(); fDesc[0] = "ThinKnx is a universal supervisor for building automation that lets you manage all functions of your systems in your home and workspace. Configurator can be used for the creation and development supervision projects. It allows you to create all the connections needed between the graphic interface and the actual devices that are part of the system. With simple steps and intuitive parameters, graphical interfaces can be compiled with deep customizations and used with all clients and all devices."; 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 = ''; } }