var fDesc=new Array(); fDesc[0] = "InSideControl Builder is an application of Schneider Electric that allows you to control and monitor in an easy and intuitive way your KNX home automation installation in real time from any place, either from the local network or from anywhere in the world through the Internet by using VPN connection."; 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 = ''; } }