// <![CDATA[

function changeButton(button, img)
{
	button.src = "images/" + img;
}

// ]]>