var fDesc=new Array(); fDesc[0] = "Intercompany reconciliation is a significant impediment to a fast and accurate accounting cycle. Your corporate finance organization can create a bottleneck if it is their responsibility to collect each business unit's intercompany information, check balances, correct errors, and contact reporting unit.

The SAP BusinessObjects Intercompany application enables your business units – rather than corporate finance – to reconcile intercompany balances in real time via the Web, allowing you to close your books faster.s."; 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 = ''; } }