function indicateHorizontalNavigation(classNameVar) {
	document.getElementById("horizontalnavigationindicator").className = classNameVar;
}