var fDesc=new Array(); fDesc[0] = "Quick Sched, is scheduling made EASY! Works from any Windows PC. Easy to install and puts you back in control of your jobs! You'll love our price and with our referral program it's like having the software for FREE!

You can use this schedule to people just as easily as you would tasks. If you name the tasks with peoples names then you can simply assign them to jobs. You can set up daily limits for each task (or person). Whenever you overallocate a task on any given day, the lower screen flags that day in red. Alerting you to the fact that you have to take action."; 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 = ''; } }