// Website Development by Daniel Kruk and Sarah Haar

function topbuttonmouseover(elmnt) {
    elmnt.style.background = "#1d0016";
}

function topbuttonmouseoff(elmnt) {
    elmnt.style.background = "";
}

function loadurl(url) {
    window.location = url;
}
