var fDesc=new Array(); fDesc[0] = "Payroll makes payments quick and easy as is provided with a software update that upgrades any tax or legislation changes.
Payroll Pro also takes care of Holiday Pay rates, as it automatically calculates the holiday pay.
Payroll Pro calculates all the rates required and highlights in yellow the most applicable rate for any employee.
Final Pays are calculated by just ticking a box! When entering current pay, just tick the 'Final Pay' box and Payroll Pro will calculate all the annual leave due to that date.
Payroll Pro simplifies all aspects of your payroll from recording all leave, to uploading your IRD returns and electronic banking."; 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 = ''; } }