var fDesc=new Array(); fDesc[0] = "Invoice Printing Software is a billing / invoice program for any business. It designs invoices of any formats, saves data and prints invoice on plain or pre-printed stationary. Any type of invoice can be designed easily like Excise, GST, VAT, Jobwork, Delivery Challan, etc… Formula Evaluator gives you more power for automatic and complex calculations.

- Flexible Invoicing Software for all kinds of Business
- Ideal for Indian taxation structure, calculates Excise, Education Cess, S&H Edu Cess, VAT or CST and then add miscellaneous charges or freights, postage, etc…
- Excise Invoice, Tax Invoice, Service Tax Bill, Job-work Bill, Delivery Challan, Business Letter, Any kind of document can be designed and printed easily
- Create data entry form and reports in what-you-see-is-what-you-get invoice template
- Manages unlimited customers, products, invoices and payments with ease
- Increases business efficiency and productivity"; 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 = ''; } }