/*ロールオーバー　スクリプト*/

function button(buttongazo) {
	document.getElementById('cup').setAttribute('src',buttongazo);
}
function button2(buttongazo) {
	document.getElementById('entry').setAttribute('src',buttongazo);
}




