// JavaScript Document
function hoverChange(id,image)
	{
	document.getElementById(id).src = "library/background/"+image;
	}
	


