var fDesc=new Array(); fDesc[0] = "Aren Payroll is a user-friendly payroll program for Windows users. It enables you to set up a database containing pay details of the employees in your organization 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."; 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 = ''; } }