var fDesc=new Array(); fDesc[0] = "Easy to use - interactive process maps make using TAS Payroll simple, guiding you through every step.
Peace of mind - TAS Payroll software has been accredited by HMRC, so you can be confident that in the calculations of tax, National Insurance and statutory payments.
Security - all employee information is stored securely and you can restrict access to information contained within an employee record.
Online filing - TAS Payroll can file in-year forms for starters and leavers (P45 and P46) with HMRC and at Payroll year-end it can file your P14 and P35 returns."; 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 = ''; } }