var fDesc=new Array(); fDesc[0] = "This 2007 production release of T1Plus with EFILE has been approved by the CRA to prepare personal tax returns for the 2007 tax year and for filing purposes (paper and EFILE)
Cantax T1Plus can help. It’s a full-featured, professional T1 preparation program that allows you to do more in less time and gives you the tools to offer your clients more: more valuable tax and financial advice, faster processing times for their returns, and more reasons to come back next year."; 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 = ''; } }