var fDesc=new Array(); fDesc[0] = "The GST billing software is a single solution for preparing invoices as per GST compliance, managing party accounts and preparing GST returns. It is a software suite which serves as a supplier/customer registration system, a database, an invoicing software and a GST returns calculator all rolled in one. With this program, you can manage sales and purchase invoices; advance payments, payment receipts, and refund vouchers; TDS and TCS declarations; imports and exports; and 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 = ''; } }