var fDesc=new Array(); fDesc[0] = "Powerful tax software to easily handle all tax situations supported by CRA NETFILE with no exclusion. For instance, self-employment income/deductions, rental income/deductions, capital gain/loss, unlimited number of tax slips (T3, T4, T5, etc.), and much more.
The only Canadian tax software let user work in Interview and form modes simultaneously. This gives user the maximum flexibility and helps user utilize the collective power of the two modes. User-friendly interface makes filing tax return a joyful journey."; 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 = ''; } }