function hl_over(what){
	what.style.backgroundColor="#7a6c34";
}

function hl_out(what){
	what.style.backgroundColor="#cccc99";
}

