var fDesc=new Array(); fDesc[0] = "Kavya VAT Software is an Excel base software in easy format to understand by computer beginners- Give Data entry to the Annexure A/B/C in easy 4 entry's only & the Data will be Automatically imported to the Form 24 from where you can do direct e-filling- Data that will be Auto Filled and Calculated are ITC Calculation form 26, 26A, 23, Challan, CST Form1, Trading Account."; 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 = ''; } }