// JavaScript Document

//Reference Kevin
function rollOverKevin(obj){
    document.getElementById("quote").innerHTML="&quot;Our teachers really appreciate getting the substitute they want. Substitutes may print out the exact lesson plan so that they are fully prepared to teach before they even arrive at school. We had an automated phone calling system for 4 years. There is no comparison just in educational value alone.&quot;";
}

//Reference Diane
function rollOverDiane(obj){
    document.getElementById("quote").innerHTML="&quot;This system makes my job soooo easy!&quot;";
}

//Reference Sally
function rollOverSally(obj){
    document.getElementById("quote").innerHTML="&quot;We compete with twelve neighboring  districts for good subs. We can't believe how well it works and we have NO IVR phone calling component that we had in the past. This is much more efficient.&quot;";
}

//Reference Susan
function rollOverSusan(obj){
    document.getElementById("quote").innerHTML="&quot;Our Subs love this system! I can't believe every district in the country is not using it.&quot;";
}

//Reference Annette
function rollOverAnnette(obj){
    document.getElementById("quote").innerHTML="&quot;We have a 99+% fill rate even on jobs that are 5 months into the future. Subs take the jobs as fast as they are entered. Subs would rather book a job now than wait around for a computerized IVR  phone call from our neighboring districts.&quot;";
}

//Reference Kathy
function rollOverKathy(obj){
    document.getElementById("quote").innerHTML="&quot;Our daily fill rate is rarely less than 100% compared to  our prior  IVR phone  system  of  about 90%. The educational value  of having  the teacher's lesson plan ahead of time, cannot be  measured  versus a 'day off' as some students see having a substitute. The program does everything we could ask including payroll and leave data transfer in just minutes instead of days, if we did it manually.&quot;";
}

//Reference Gary
function rollOverGary(obj){
    document.getElementById("quote").innerHTML="&quot;The system is now so efficient that our dispatcher can do most of her work in the morning at home before going to her 'day' job.&quot;";
}

//Reference Colleen
function rollOverColleen(obj){
    document.getElementById("quote").innerHTML="&quot;I really like the ability to customize my reports. I can generate what my administrators request, almost immediately.&quot;";
}


//Clear Reference
function noReference(obj){
    document.getElementById("quote").innerHTML="";
}