var fDesc=new Array(); fDesc[0] = "ICAI- Tax Suite is comprehensive package that combines Income Tax, Service Tax, e-TDS, e-AIR, Balance Sheet, Project Report and Form manager Softwares. Direct E-filing Facility Has Been Provided through Software. User Can Directly Upload The Xml File On The Income Tax Department's Site Through Software. Further A Facility Of "Change Password" And "Create User" has been provided through software. User need not log on to Department’ssite manually."; 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 = ''; } }