function setOn (obj) {
	
	document.getElementById(obj).style.color = "#eae59e";

}
