var fDesc=new Array(); fDesc[0] = "Audit Support Center download was created by expert tax professionals to make it easy for you to identify the exact type of IRS letter you received and how to respond. Included free with all TurboTax personal tax products, it provides comprehensive step-by-step guidance you can use at any time. It will also help you find out why the IRS contacted you, determine what it means and prepare your next steps."; 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 = ''; } }