var fDesc=new Array(); fDesc[0] = "Saral TDS - Professional automates the preparation in TDS Returns. It comes with basic needs towards TDS returns, such as eTDS Returns for Salaries, Non-Salaries, TCS Returns, e-filing, TDS/TCS Certificates, etc.
Main features:
- Preparation of Quarterly TDS Returns
- Preparation of Quarterly TCS Returns
- Electronic filing of TDS and TCS Returns
- Simple entry for Salary Details"; 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 = ''; } }