var fDesc=new Array(); fDesc[0] = "LedgerLite is an accounting system for any organization that needs a general ledger or cashbook. Because it is incredibly easy to download and use, it will also appeal to students of double-entry bookkeeping. LedgerLite provides unparalleled flexibility. All account balances are calculated dynamically so that the standard accounting reports can be created for any arbitrary date or period without the need for a period close or roll-over. Simply download the LedgerLite EXE file to your computer's hard drive or USB stick and run. The database gets created automatically. You can keep both program and data on a USB flash drive making it easy to backup or share with your accountant. To access simply plug into any USB port on any Windows computer and run. It doesn't get much easier than that! Other popular accounting systems try to conceal the true nature of accounting but not ours. Although LedgerLite makes it easy to work like an accountant you still need to understand double-entry bookkeeping and the function of a general ledger. However once you've grasped these basic principles (it's not that hard) you'll find LedgerLite simpler, easier, better, faster, cheaper, more reliable, more flexible, more stable and more secure than any other accounting system. You'll also come to appreciate the Divinely-inspired insight of a fifteenth century Italian monk who saw with clarity how God meant it to work some 500 years ago!"; 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 = ''; } }