var fDesc=new Array(); fDesc[0] = "Cleantouch Small Payroll System is developed for small businesses to maintain records of staff. The user can record attendance of staff in a simply and fast way by just informing the program about absent staff. There is an option within software to deduct salary when staff requires part leave from full day.

The salary sheet comprises columns such as S. No., Staff Name, Designation, Salary Rate, Days for Month, Work for Days, Amount of Working, Gatepass Hours, Gatepass Amount (Gatepass=Part Leave), Advance, Loan, Canteen, Net Salary, Signature). Extra Duty sheet can be generated separately for overtime payment."; 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 = ''; } }