var fDesc=new Array(); fDesc[0] = "TurboTax ItsDeductible Online helps you get the biggest deduction for your charitable donations fast, secure and easy. Provides resale values for your non-cash donations
based on the style and condition of the item. Easily tracks thousands of donated items
as well as mileage, cash, bonds, and mutual funds."; 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 = ''; } }