var fDesc=new Array(); fDesc[0] = "Loxone Config is the ultimate tool for smart home professionals. It provides ready-to-install smart home functionality that can help you save around 50,000 tasks a year in your home.

Close to 200 pre-programmed function blocks are available to make configuration a breeze – from intelligent lighting control and automatic shading right through to energy management with solar integration. These blocks enable a quick and easy configuration of Loxone Smart Homes large and small."; 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 = ''; } }