var fDesc=new Array(); fDesc[0] = "InvoiceCustomiser is an application that enables you to print customised sales invoices (after exporting them from Tally 6.3/7.2).

InvoiceCustomiser is the most powerful independent invoice customisation solution available for Tally.

By using InvoiceCustomiser, you can create your own invoice formats that can be applied on per-company basis using ICRDL (InvoiceCustomiser Report Definition Language), change the printing font and font sizes of certain invoice elements, change the invoice title text, city of jurisdiction and declaration to be printed and so much 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 = ''; } }