var fDesc=new Array(); fDesc[0] = "Basic PAYE Tools is a computer software package provided by HM Revenue & Customs (HMRC) to help you run your payroll throughout the year.

You can use this free tool to work out the tax and National Insurance contributions (NICs) for your employees in each pay period and, if you have up to and including nine employees at 5 April, you will be able to file your Employer Annual Return (forms P35 and P14) online. You can also use it to file your starter and leaver forms (P45 and P46) online."; 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 = ''; } }