var fDesc=new Array(); fDesc[0] = "A self assessment tax return solution suitable for use by individual taxpayers. The software helps you simplify and manage your tax returns preparation, calculations of tax and online submission of returns to HMRC. This edition is available in two options, 1 tax-payer edition to prepare tax returns for 1 taxpayer or a 5 tax-payers edition suitable for preparation of up to 5 tax returns from a single installation.
If you are an employee claiming expenses and benefits in kind, self-employed, a company director, Lloyd's underwriter, Minister of Religion, partner in a business, trustee, an employee or a pensioner paying higher rate of tax or with more complex tax affairs, you are very likely required to complete Inland Revenue Self Assessment tax return forms, calculate taxes due and file the returns in time."; 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 = ''; } }