var fDesc=new Array(); fDesc[0] = "CacTax1213 is a simple Income Tax Calculator for employees of Government of India. The application also brings you a built-in calculator which helps you determine the house rent allowance.
Once you get the results you need, you can print them directly from the program's interface."; 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 = ''; } }