function changeHomeMenuTextColor(text_div_id, color_code){
	document.getElementById(text_div_id).style.color = color_code;
}
