function swapImage(button, newimage) {
	button.src = newimage;
}