var fDesc=new Array(); fDesc[0] = "Employee Planner Software is an easy-to-use solution for any company or organization that needs to simplify the time-consuming task of employee scheduling/planning. This program helps you maintain shift schedules, day-to-day attendance records, leave information with complete payroll details of all employees.
Employee Planner is a scheduling tool that can lower the administrator costs, save time and it's build to meet your specific business needs. You will be able to generate reports of company and employee details (official details, salary details, leave details etc) that help you keep track of overall records in paper form. DRPU Employee Planner can easily adjust in any business frame and provide automated solution to get rid of paper records scheduling complexities."; 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 = ''; } }