var fDesc=new Array(); fDesc[0] = "Snap Schedule brings you visual scheduling tools, a plentiful feature set, reporting power, and modern Microsoft Office® user interface.

Main features:

- Spend less time creating and publishing schedules
- Reduce labor costs, foresee and avoid overtime
- Ensure adequate shift coverage
- Know instantly where employees are assigned
- Schedule breaks and tasks to be performed in each shift
- Save time and speed up shift rotations with pre-designed schedule plans
- Keep scheduling and employee information in one place for easy access
- Quickly and efficiently fill a shift or find a substitute
- Easily assign shifts, mark time off, move or copy assignments with a simple drag & drop
- Reduce the time to track and assign employee training, vacation and time off requests
- Compile time sheet data and pass the information to payroll"; 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 = ''; } }