var fDesc=new Array(); fDesc[0] = "3E BizController can be used to create and maintain complex financial plans, budgets and forecasts. You can design financial reports with a layout tailored specifically to the needs of your organization. Up to 9 levels of aggregation are supported. Each aggregation level has a predefined line colour which can be adjusted as required by the user.

Each reporting line can be customised to show figures as positive or negative as required for presentation purposes or by accounting principles."; 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 = ''; } }