var fDesc=new Array(); fDesc[0] = "OpenEdge is the complete development platform to build dynamic, business process-enabled applications for secure deployment across any platform, any mobile device, and any Cloud.
OpenEdge offers a single integrated development platform that is 40% more productive and provides a 30% cost savings versus the competition whether you deploy on-premise or in the Cloud."; 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 = ''; } }