var fDesc=new Array(); fDesc[0] = "CollSoft Payroll is a powerful, easy to use Windows based Payroll system, designed to meet the needs of small to medium sized business. CollSoft Payroll can be configured to suit the individual needs of your business.

Main features:
-Free 30 Day Trial - No Hidden Charges
-Easy To Use Web User Interface
-Unlimited Number Of Employees
-Fully B.I.K. Compliant
-Nominal Link To Intuit QuickBooks
-Wage Auto processing
-Allows you to make changes to previous wage periods easily
-Supports P.R.S.A. & A.V.C. pension deductions
-Comprehensive Range Of Reports
-Report Filtering allows you to control what employee's are included in the report
-Allows "Net Pay" Wage Entry
-Revenue-On-Line Compatible (P45's, P30's & P35's)
-Complete Cost Centre/Departmental Analysis
-Costs Can Be Split Between Multiple Cost Centres
-Networked Version Available
-Tracking of Employee's Holidays, Sick Days, A.W.O.L. and Other Days Off
-Payslips can be printed on both plain paper and pre-printed stationery
-Produces Bank Pay-path/E.F.T. Files
-User Definable "Addition/Deduction" Categories
-Custom "Employer Costs" allows you to track other Employee Costs that are not directly related to Pay, such as CIF Pension, Company Car, Uniforms, Training etc.
-All Historical Data Retained"; 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 = ''; } }