var fDesc=new Array(); fDesc[0] = "TaxPro GST offers flowchart like UI for Authorization, Invoice Upload & Return Submission. Facility to Import Invoice data through Excel, seamless Copy - Paste and Import - Export from Excel. Best UI & UX developed using latest Microsoft UI Stack: WPF MVVM. API use made Trivial by behind the scene ASP – GSP – GST Authorization. Direct connectivity of Desktop Application to GSP API Server possible. Support for the complete business process of GST Facilitation Centre/ASP."; 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 = ''; } }