﻿document.getElementById("program_nav_spp").onmouseover = function () {
    document.getElementById("spp_bar").style.backgroundColor = "#557780";
}

document.getElementById("program_nav_spp").onmouseout = function () {
    document.getElementById("spp_bar").style.backgroundColor = "#7f8779";
}

document.getElementById("program_nav_pah").onmouseover = function () {
    document.getElementById("pah_bar").style.backgroundColor = "#4086aa";
}

document.getElementById("program_nav_pah").onmouseout = function () {
    document.getElementById("pah_bar").style.backgroundColor = "#6a6d66";
}

document.getElementById("program_nav_options").onmouseover = function () {
    document.getElementById("options_bar").style.backgroundColor = "#7e9590";
}

document.getElementById("program_nav_options").onmouseout = function () {
    document.getElementById("options_bar").style.backgroundColor = "#71766c";
}
