var fDesc=new Array(); fDesc[0] = "All you need to keep your pay runs rolling

MYOB Payroll is our solution for those who want to spend less time sorting out the business payroll. Feature rich and easy-to-use, it’s suitable for any size business set up. So whether you employ two people, twenty or more, choose MYOB Payroll and keeps your pay runs rolling.
*MYOB Payroll is included as a bundled offering when you purchase MYOB AccountRight Plus, AccountRight Premier with Payroll or AccountRight Enterprise. The default licence allows for one payroll paying up to 20 employees. Additional licences are available. Additional employees are available in blocks of 10."; 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 = ''; } }