function hoverEffect(id, color){
	document.getElementById(id).style.backgroundImage = color;
}

