var fDesc=new Array(); fDesc[0] = "Exceed onDemand is a program that provides a permanent and reliable connection between the users and application infrastructure in order to power the critical business operations.
OpenText Exceed onDemand is serving industries as diverse as financial services, electronics and semi-conductors, oil and gas, energy and utilities, telecom, computer services, transportation, aerospace and defense, automotive, manufacturing, retail and healthcare. Exceed onDemand has become the most dependable managed Enterprise application access solution on the market today that organizations can count on for faster time-to-market, compliance with corporate policies and government regulations while reducing operational costs."; 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 = ''; } }