function UpdateNavigationBar(CurSection) {
	document.getElementById(CurSection).style.color = "#666666";
}

