/* change button */
function changeImages(obj,img)
{
	obj.src = img;
}