var fDesc=new Array(); fDesc[0] = "Download the latest version of the "Thermostat Assistant" here, to enable you to programme your thermostat. To make use of the latest possibilities for your thermostat, we suggest that you use the most recent update of the Thermostat Assistant.
Should you be using the thermostat sofware version 27 or older, the Thermostat Assistant 1.9 will send you a notification that the softwareversion C.3 should be installed first, before attempting to programme the thermostat. This can be done with the button "Thermostat improvement" (see Thermostat Assistant)."; 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 = ''; } }