var fDesc=new Array(); fDesc[0] = "Oracle Hyperion Foundation Services software provides a single, shared infrastructure to install the EPM system, manage users, security, metadata and the application lifecycle. By combining the technologies to install and configure all modules, centrally create and provision user security, build and manage EPM applications and to consume EPM content via the web and through Microsoft Office, Foundation Services can ease the deployment of your Hyperion implementation - large or small. And, since Foundation Services provides easy integration with BI tools, applications, and portals through an open, service-oriented architecture, it can enhance productivity and reduce TCO of existing information technology assets in your organization."; 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 = ''; } }