if (currentMonth.style.backgroundColor == "red") {
currentMonth.style.backgroundColor = "white";
} else if ((currentMonth.style.backgroundColor = "white")) {
currentMonth.style.backgroundColor = "red";
}
if (currentMonth.style.backgroundColor == "red") {
currentMonth.style.backgroundColor = "white";
} else {
currentMonth.style.backgroundColor = "red";
}