// HOME NAVIGATION SCRIPTS

function timelineMouseOver() {
    document.getElementById('timeline_nav_heading').style.color = "#9C0A20";
}

function timelineMouseOut() {
    document.getElementById('timeline_nav_heading').style.color = "#FFFFFF";
}

function reportsMouseOver() {
    document.getElementById('reports_nav_heading').style.color = "#9C0A20";
}

function reportsMouseOut() {
    document.getElementById('reports_nav_heading').style.color = "#FFFFFF";
}

function galleryMouseOver() {
    document.getElementById('gallery_nav_heading').style.color = "#9C0A20";
}

function galleryMouseOut() {
    document.getElementById('gallery_nav_heading').style.color = "#FFFFFF";
}

function postsMouseOver() {
    document.getElementById('posts_nav_heading').style.color = "#9C0A20";
}

function postsMouseOut() {
    document.getElementById('posts_nav_heading').style.color = "#FFFFFF";
}

function geMouseOver() {
    document.getElementById('google_earth_nav_heading').style.color = "#9C0A20";
}

function geMouseOut() {
    document.getElementById('google_earth_nav_heading').style.color = "#FFFFFF";
}

function skinsMouseOver() {
    document.getElementById('skins_nav_heading').style.color = "#9C0A20";
}

function skinsMouseOut() {
    document.getElementById('skins_nav_heading').style.color = "#FFFFFF";
}

function ehkMouseOver() {
    document.getElementById('ehk_nav_heading').style.color = "#9C0A20";
}

function ehkMouseOut() {
    document.getElementById('ehk_nav_heading').style.color = "#FFFFFF";
}

function mgMouseOver() {
    document.getElementById('mg_nav_heading').style.color = "#9C0A20";
}

function mgMouseOut() {
    document.getElementById('mg_nav_heading').style.color = "#FFFFFF";
}
