function menuToggle(tdElem, toggleIsOn) {
	if(toggleIsOn) tdElem.style.backgroundColor='#208960';
	else tdElem.style.backgroundColor='#006940';
}