function changeColor(element, c) {
	element.style.backgroundColor = c;
}

function goTo(url) {
	window.location.href = url;
}