var fDesc=new Array(); fDesc[0] = "Software for MS Windows – Creation and design of screen layouts and project application with definition of buttons, import von bitmaps, LON network variables (SNVt) in every screen-layout. Direct Upload of created screeh layouts to the panel via Ethernet FTP or LON. Integration of your own pictures/pictograms/buttons/icons and drivers including e.g. analogue clock, digital clock, bargraph, password/code, temperature sensor."; 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 = ''; } }