var fDesc=new Array(); fDesc[0] = "Best CashBook is a blessing for cash management. It manages Cash, Deposits and Credit Cards at once, giving an insight of incomings, outgoings and fund changes. It will be very simple and easy to use once you overcome learning the entry principles. Developers can utilize its miraculous formula and frame when they develop their own software.

1.A cashbook entry processes all other subsequent work automatically to prepare various reports.
2.You can make entries by simple data-input and enter-key, watching how the book reflects your entries.
3.You can see Daily InOut, Monthly InOut, Yearly InOut Statement, ledger of each account.
4.This is optimum for small business with total control of fund for home.
5.You can broaden the book to use it like a complete double-entry book.
6.Daily InOut Report enables a voucher a day in business."; 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 = ''; } }