var fDesc=new Array(); fDesc[0] = "Bonita BPM Community edition lets you build process-based business applications in an open source environment. This application allows you to choose off-the-shelf, low-code, or completely custom UI design - or use a mix of all three for your specific user experience needs. Bonita BPM is designed for incremental innovation and transformation; you can evolve processes and applications as your digital journey develops."; 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 = ''; } }