var fDesc=new Array(); fDesc[0] = "TDSMAN is an eTDS & eTCS return preparation tool designed as per the income tax rules of India. It enables return generation for all types of Forms including 24Q, 26Q, 27Q, and 27EQ. It also lets you print TDS and TCS certificates such as Form 16, 16A, and 27D. The software covers 2018 and 2018 financial years since commencement of quarterly eTDS & eTCS returns."; 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 = ''; } }