var fDesc=new Array(); fDesc[0] = "Time is money, and the time saved by answering clients’ questions with a letter from Tax Corresponder instead of a phone call will more than pay for the program. Tax Corresponder contains over 300 tax and financial planning letters, attachments and handouts to answer your clients’ most common questions.

In addition to client communications, Tax Corresponder includes pre-written letters to typical IRS requests."; 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 = ''; } }