	function hoverimg(id, links){
		document.getElementById(id).src = links;
	}
	
	function hoverclass(id, links){
		document.getElementById(id).style.backgroundColor = links;
	}
