var fDesc=new Array(); fDesc[0] = "Palmsoft Payroll standard package for windows, which is the mainstream product, has over the past years become one of the most popular payroll products on the zambian market. This is primarily due to its robustness, ease of use, user friendliness and scalability.

Palmsoft Payroll Standard Edition exists in three versions; Single Currency, Dual Currency and Multi Currency and integrates with most Accounting Packages including Pastel, AccPac, Pronto and MIMS.

Palmsoft Products have been deployed in all industries including Government, Farming, Education, Health Cafe, Tourism Business and Mining across Zambia."; 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 = ''; } }