function fadeIn(obj) {
    obj.style.backgroundColor = '#686167';
}

function fadeOut(obj) {
    obj.style.backgroundColor = '#484147';
}
