var fDesc=new Array(); fDesc[0] = "QuickInvoice allows you to create professionally looking invoices, quotes, purchase orders and other billing-related documents. QuickInvoice requires minimal configuration allowing you to print your first invoice almost immediately after installation.

All created invoices can be printed, emailed or faxed to the customer. Invoices are optimized for double-window envelopes. All invoices are stored for further reference. Due dates and unpaid amounts can be monitored.

QuickInvoice supports international currencies and different tax systems suitable for US, Canada, Australia and other countries.

The Demo version will include a "Made with a Demo version of QuickInvoice" line on each printed invoice. However, there are no other limitations."; 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 = ''; } }