function hover(obj,color) {
	obj.style.background=color;
}
