var fDesc=new Array(); fDesc[0] = "Softrite's main objective has always been to have an easy to use Payroll Software package that gives users as much information as they need to run their Salaries and or Wages on a single user Computer.If one of your employees is unhappy with his PAYE deductions you can, therefore,print this PAYE calculation Screen for each period of the current year. He can then take it down to Zimra if he wants further clarification or confirmation that the figures
calculated in Adaski are in fact correct for his earnings and deductions."; 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 = ''; } }