var fDesc=new Array(); fDesc[0] = "Open Automation Software is a suite of software tools used to create IoT, SCADA, HMI, and database applications. You can make virtually limitless connections from a huge range of data sources, move data quickly and securely and in an open format, create powerful .NET, web and cross-platform mobile HMI applications, access OAS data from anywhere and from any device, and more."; 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 = ''; } }