function nav(t, o) {
	if(o) t.style.backgroundColor = "#000000";
	else t.style.backgroundColor = "#5E5E5E";
}
