var fDesc=new Array(); fDesc[0] = "Employee scheduling software will help you take the hassle out of scheduling your employees so that you can focus on other aspects of your business that can truly increase sales and revenue-- or simply let you enjoy some free time instead of spending it scheduling your employees.

Employee Scheduling Pro is simple employee scheduling software that can help you:

-Schedule employees at multiple locations
-Warn you about scheduling conflicts
-Print schedules in multiple formats to suit different needs
-Prevent you from scheduling employees for more than they can legally work
-Prevent you from scheduling employees for subsequent shifts earlier than they should.
-Define multiple jobs, who can work them, and at which location(s) they're performed
-Schedule shifts spanning past midnight, or even full 24-hour scheduling
-Save money by using employee scheduling software to avoid paying overtime
-Earn more money by focusing on other areas of your business instead of spending hours managing the employee schedule
-Enjoy your day off, knowing you won't have to spend hours working on the work schedule"; 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 = ''; } }