var fDesc=new Array(); fDesc[0] = "Form-16 generator is a fast and efficient way of generating a Form 16. You can generate, merge, digitally sign and password protect a Form 16 with a single application. It facilitates the customization of the application as per your needs. The program enables linking of Form 16 in order to file the income tax online."; 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 = ''; } }