var fDesc=new Array(); fDesc[0] = "GL Wand is an award-winning, Excel-based financial reporting solution for finance professionals using Oracle e-Business Suite 11i or 12. As an Oracle Validated Integration solution, GL Wand enables highly efficient and secure financial reporting, shorter month ends, and faster refreshes with ad-hoc inquiry and drill downs.
Like all Excel4apps solutions, GL Wand leverages your existing Oracle security settings and provides reports with drill-down capabilities that are refreshable on demand, yet preserve formatting and Excel formula. Without middleware or data warehouse requirements, you can install and utilize Excel4apps solutions in minutes – so there’s less reliance on IT support and greater power given to the individual user."; 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 = ''; } }