var fDesc=new Array(); fDesc[0] = "Taxshield’s Corporation Tax Manager calculates the corporation tax liabilities of UK companies, ensuring your submissions are fully compliant and error-free.Just some of the ways Corporation Tax Manager will make your job easier:
- Performs reconciliation checks to tell you of any errors within the schedules, ensuring accuracy always
- Calculates all types of capital allowances and enters them into the statutory form CT600, saving you time and effort
- Allows you to customize your own personalized key areas, working the way you like to work
- Contains an in-built tracking system, so you can clearly view each stage of completion
- Chartered Accountants and Tax Advisers make sure it deals with complex, real-life tax situations
- Comes with all-inclusive tax and software support from tax specialists."; 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 = ''; } }