function imgover(obj, img)
	{
		obj.src = img;
	}
function imgout(obj,img)
	{
		obj.src = img;
	}
