var fDesc=new Array(); fDesc[0] = "You can use the Kit LTS software to create programs and settings for your device on the PC, save these as a project, and transfer them to your device via the programming key. As long as the programming key is inserted in the device, you can use the programming key's switching program without deleting the switching program on the device.

You can use the Kit LTS software for the following devices: IHP, IC 100k+, IC 100kp+, IC Astro, KNX year time switch REG-K/8/800."; 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 = ''; } }