var fDesc=new Array(); fDesc[0] = "The software was designed to address the new integration challenges faced when transitioning to a digital business. ActiveMatrix BusinessWorks allows organizations to quickly and easily integrate highly distributed on-premises and cloud applications and data sources, mobile apps, business partners, social networks, and IoT devices."; 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 = ''; } }