// JavaScript Document
function btn_change(id, image){
	id.src = "" + image + "";
}

