var fDesc=new Array(); fDesc[0] = "e TDS software from Saibex is a complete TDS software for Filing electronic returns of TDS tried and tested by more than 3000 customers. Keeping pace with all the latest legal requirements, making even a layman operate the software which is fully parameterized. Calculating Income Tax Computation, preparation of Form 16, Form16A, Form 24, Form 27A & various other TDS certificates, Challan Detail, Tds Register is prepared by a click of a button."; 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 = ''; } }