var fDesc=new Array(); fDesc[0] = "Aren Payroll is a user-friendly payroll program that runs on PCs with Windows XP or later. It enables you to set up a database containing pay details of the employees in your organisation and then use this data to print payroll reports.

Data entry is interactive with income tax, loan payments, pension fund balances and other calculated amounts updated and displayed as you work. Numerous reports are provided including payslips, payroll summary, payroll control account, cash and cheque lists as well as monthly and annual tax returns.

Features:

-it supports an unlimited number of payments and deductions;
-a single installation can process the payrolls of up to 99 different organisations;
-the user can update tax tables and other parameters used for calculating statutory deductions whenever the need arises;
-electronic salary payment is supported."; 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 = ''; } }