<!--
function darkbg(id){
    id.style.backgroundColor = "#501641";
}

function lightbg(id){
    id.style.backgroundColor = "#FFFDFE";
}
-->