function initGlobalNav()
{
	if (currentPage != "")
		document.getElementById(currentPage).style.color = "#002052";
}
