function col(x) {
	var h = document.getElementById(hood);
	h.style.background-color = x;
}
