var fDesc=new Array(); fDesc[0] = "MLM Check Book Plus is powerful tool to manage your private or business checking account. This program uses a simple window interface to enter transactions and automatically balance your checking account. Transactions are displayed in a format similar to a checkbook register. Print your transactions to reconcile with your bank statement.
Features:
- Opening New Account
- Create New Account
- Opening Existing Account
- Check Book Maintenance
- Category Maintenance
- Save As Excel file
- Print
- Print Setup
- Print Option
- Add Record
- Delete Record
- Find Record
- Insert Header
- Summary by Category by Year Report
- Summary by Category by Month Report
- Summary by Category by Year Detail Report
- Custom Report
- Monthly Statement Report
- Change Report’s title
- Password Protected"; 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 = ''; } }