var fDesc=new Array(); fDesc[0] = "Oracle Hyperion Strategic Finance is built from the ground-up with finance professionals in mind and plays a critical role in linking strategy and target setting, to bottom up plans. It helps perform quick what-if impact analysis using alternate consolidative rollups of ‘what-if’ models. Corporate finance executives use it to perform on-the-fly financial statement impact analysis of alternative corporate strategies while FP&A groups and business unit owners use it for long range forecasting and real time what-if scenario modeling for making business decisions. Oracle Hyperion Strategic Finance integrates closely with Oracle Hyperion Planning to provide a complete integrated closed loop planning process."; 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 = ''; } }