var fDesc=new Array(); fDesc[0] = "Keeping track of invoices can be really time consuming. Not to mention the time it takes to track Tax / GST / VAT liabilities and expenses.
Many of the programs out there are far too complicated for a small and medium sized business and therefore we wrote our own which you can download for FREE.
Key features:
Invoice creation
Invoice printing
Envelope printing
VAT tracking
Expense tracking
Support for multiple companies
Data back up and Restore
Invoice layout customization
Fully featured calendar with alerts
Built in calculator

This is an unlimited free trial version that does not expire, after 30 Days it just nags you to register."; 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 = ''; } }