var fDesc=new Array(); fDesc[0] = "Oracle Crystal Ball Enterprise Performance Management builds on that set of tools by adding the power of Oracle Crystal Ball to your Oracle Enterprise Performance Management (EPM) and Oracle Business Intelligence (BI) applications.

Both editions can be enhanced with Oracle Crystal Ball Decision Optimizer, an option for Oracle Crystal Ball that adds the advanced capabilities of optimization and calculation speed to Oracle Crystal Ball's powerful simulation and forecasting toolset. Finally, for the academic community, Oracle offers the Oracle Crystal Ball Classroom Edition, an affordably priced, fully-functioning version of Oracle Crystal Ball and the Oracle Crystal Ball Decision Optimizer."; 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 = ''; } }