function jfSectionLinkHighlight(jvId)
{
	document.getElementById(jvId).style.color = '#8b242a';
}