img button {
	background-image:graph_17/ea_but_2a_2017.png;
	width: auto;
}

function showDiv() {
document.getElementById('button2').style.display = "block";
document.getElementById("button").style.display = "none";
}