var fDesc=new Array(); fDesc[0] = "Easy
By using invoice templates in Excel format as the front-end, creating invoices using Uniform Invoice Software is easier than filling a paper form. No hard learning curve is required in order to start creating your first invoice. Learn More ...

Powerful
By connecting an invoice template with the backend database, Uniform Invoice Software overcomes the limitation of pure Excel templates and is able to manage customers, products, invoices and payments. Learn More ...

Flexible
The Excel Invoice Software is built with flexibility as a key in its features. Obtain a license key, you can use any invoice templates that are available on InvoicingTemplate.com, or even design your own. Learn More ..."; 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 = ''; } }