var fDesc=new Array(); fDesc[0] = "By far, OnBase 11.0 represents the greatest achievement in enterprise content management and business process solution software in Hyland Software’s 20 years in business. And while this latest release includes enhancements in OnBase’s foundational and data-driven processes, it also represents some of the most exciting advances in business solution technology OnBase has ever seen, like the evolution of mobile workflow and the introduction of Unity Forms."; 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 = ''; } }