var fDesc=new Array(); fDesc[0] = "SCENARX is a software for the programming and management memorized scenarios in the module F420 of MyHome Bticino.
With this software it is possible to manage many functions of the scenario module as the programming of a scenario, the execution, delete one or all scenario. The software allows to create manually openwebnet commands or with a simple creation by choosing the group of command."; 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 = ''; } }