var fDesc=new Array(); fDesc[0] = "Somfy animeo IB+ Operating Software allows you to configure the animeo IB+ control system. When you connect the building controller to a PC, it will start to upload its stored settings and configuration automatically to the PC. The program has a sensor bar, where you can view all sensor values, input and output status in real time. Also, it has a Navigator tab, where you can make all settings of parameters and give commands."; 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 = ''; } }