var fDesc=new Array(); fDesc[0] = "Shaz Invoice Software is an Application to create Standard Document for Billing External Individuals and Organizations that have purchased Goods or Services from a Selling Unit.
Shaz Invoice Software is an invoice and electronic billing software for home and small business, fast, and easy to use for delivering accurate invoices from data entry to print and save for all kinds of professionals.

The Application includes Twenty different Professional Invoices Styles. Every Invoice gives all the important information to your Customer about Goods or Services Purchased.
The Invoices are classified in Four Categories of, Two Columns Invoices, Three Columns Invoices, Four Columns Invoices and Five Columns Invoices."; 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 = ''; } }