

		function hilight(element) {
			element.style.backgroundColor = '#FFFFFF';

		}

		function nohilight(element) {
			element.style.backgroundColor = '#000000';
		}

		function doclick(gohere) {
			window.location = gohere;
		}
