var fDesc=new Array(); fDesc[0] = "Cantax T2 Pay-Per-File is the perfect solution for tax professionals who prepare a low volume of tax returns in a year.
You can load the tax return and examine all the tax forms on your screen. You will not be able to print or Efile the tax return using the Cantax T2 Pay-Per-File program unless you purchase the tax return."; 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 = ''; } }