var fDesc=new Array(); fDesc[0] = "Micropay Professional allows you to, quickly and accurately, process complex payrolls through automated batch processing and provides detailed reporting capabilities.

Main Features :

- import timesheets, batch entry time and pay, automatic timesheets.
- legislation compliance; PAYE, PRSI, Income Levy etc.
- formula based payments and deductions.
- calculates holiday entitlement and pay.
- assign employees to multiple departments and cost centres.
- email payslips with PDF password protected attachments.
- customised reporting with Excel and PDF integration
- auto-updates and RSS feeds.
- integrate with Sage 50 Accounts, Sage HR & Sage PeopleLink."; 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 = ''; } }