var fDesc=new Array(); fDesc[0] = "Payroll Champion enables efficient, accurate payroll processing, while also providing the configuration capabilities to meet the unique needs of your organization.
Payroll Champion has innovative design wherein there will not be any requirements to change the source code for modifying any application logic. Many corporate companies have purchased Payroll Champion since their requirements can be configure in Payroll Champion easily. Consistent development is happening to add more features to the package on a continuous basis. Organize your workers for payroll Group your workers into pay group organizations to meet your specific payroll administration and security needs."; 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 = ''; } }