//ロールオーバーメニュー JAVA
function preload() {
	new Image().src = "/image/bt_home.gif";
	new Image().src = "/image/bt_home-b.gif";

	new Image().src = "/image/bt_gocyumon-hoho.gif";
	new Image().src = "/image/bt_gocyumon-hoho-b.gif";

	new Image().src = "/image/bt_oshiharai-hoho.gif";
	new Image().src = "/image/bt_oshiharai-hoho-b.gif";

	new Image().src = "/image/bt_otodoke.gif";
	new Image().src = "/image/bt_otodoke-b.gif";

	new Image().src = "/image/bt_shoppingcart.gif";
	new Image().src = "/image/bt_shoppingcart-b.gif";

	new Image().src = "/image/bt_otoiawase.gif";
	new Image().src = "/image/bt_otoiawase-b.gif";
}

function button01(buttongazo) {
	document.getElementById('menu-row01').setAttribute('src',buttongazo);
}
function button02(buttongazo) {
	document.getElementById('menu-row02').setAttribute('src',buttongazo);
}
function button03(buttongazo) {
	document.getElementById('menu-row03').setAttribute('src',buttongazo);
}
function button04(buttongazo) {
	document.getElementById('menu-row04').setAttribute('src',buttongazo);
}
function button05(buttongazo) {
	document.getElementById('menu-row05').setAttribute('src',buttongazo);
}
function button06(buttongazo) {
	document.getElementById('menu-row06').setAttribute('src',buttongazo);
}