var fDesc=new Array(); fDesc[0] = "The General Ledger software tracks budget and actual financial data to produce financial statements such as an Income Statement and Balance Sheet, the Trial Balance Report, General Ledger Report, GL Totals Screen, GL History Screen, and the Bank Book.

No monthly closing of the general ledger required
Automatic reversing journal entries
Optional subaccounts for branch, division, product group, etc.
On-line drill-down to source document
Complete year-end processing
User-defined Financial Statements, Trial Balance, General Ledger Report and more...
Delphi source code available royalty-free"; 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 = ''; } }