var fDesc=new Array(); fDesc[0] = "TaxCorp e-Practice Mega DVD is an indispensable companion for professionals taxation and corporate. The program is always updated with income tax commentary based on Search. With each live update, your commentary on income tax will be updated with latest case laws, circulars, notifications, statutes, Income Tax Act, Income Tax Rules, etc.."; 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 = ''; } }