var fDesc=new Array(); fDesc[0] = "TaxACT 2013 is a program that handles simple AND complex tax returns. The program supports the 1040, 1040A and 1040EZ forms. It also includes all e-fileable IRS forms to handle all filing statuses and life situations. You can boost your tax savings with Credit, Deduction and Income Examiners."; 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 = ''; } }