
/* ========== Top Map Rollovers ========== */
function JS_mapOver01(n) {
	document.getElementById("topMapPic01").src="/images/index/mainvisual_img02_" + n + ".jpg";
}

function JS_mapOver02() {
	document.getElementById("topMapPic01").src="/images/index/mainvisual_img02.jpg";
}


/* ========== Top Tab Chang ========== */
function JS_tabChange01() {
	document.getElementById("topMap01").style.display = "none";
	document.getElementById("topMap02").style.display = "block";
}

function JS_tabChange02() {
	document.getElementById("topMap01").style.display = "block";
	document.getElementById("topMap02").style.display = "none";
}


