function change(obj, img)
{
	obj.style.backgroundImage = "url("+img+")";
}