var fDesc=new Array(); fDesc[0] = "The most powerful tool for tax professionals that saves time, has the highest automation, ensures accurate GST returns filling. The design is easy to understand regardless of user experience on GST. Save time by uploading clients data via excel templates. error-free automation to facilitate GST return filing. Only software in Market that focuses 100% on CA’s, Advocates and Tax Professionals viewpoints. One-click reconciliation of Client’s Purchase invoice with Dealer’s Sales Invoice and facilitates generation of meaningful reports"; 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 = ''; } }