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