//flipper
function menuflip0(NO) {
	var arry_flip0 = new Array(
	'ホーム',
	'ニュース',
	'ブランド',
	'レーベル',
	'展示会情報',
	'カンパニー',
	'リクルート',
	'お問合せ'
	);
	document.getElementById("menu"+NO).innerHTML = "";
	document.getElementById("menu"+NO).innerHTML = arry_flip0[NO];
}

/*function menuflip1(NO2) {
	var arry_flip1 = new Array(
	'<a href="../index.html">トップ</a>',
	'<a href="../pressrelease/index.html">ニュース</a>',
	'<a href="../brand/index.html">ブランド</a>',
	'<a href="../label/index.html">レーベル</a>',
	'<a href="../exhibition/index.html">展示会情報</a>',
	'<a href="../company/index.html">カンパニー</a>',
	'<a href="../recruit/index.html">リクルート</a>',
	'<a href="https://www.matsuo-international.com/inquiry/inquiry.aspx" target="_blank">お問合せ</a>'
	);
	document.getElementById("menu"+NO2).innerHTML = "";
	document.getElementById("menu"+NO2).innerHTML = arry_flip1[NO2];
}*/

function menurest0(NO3) {
	var arry_rest0 = new Array(
	'HOME',
	'NEWS',
	'BRAND',
	'LABEL',
	'EXHIBITION',
	'COMPANY',
	'RECRUIT',
	'INQUIRY'
	);
	document.getElementById("menu"+NO3).innerHTML = "";
	document.getElementById("menu"+NO3).innerHTML = arry_rest0[NO3];
}

/*function menurest1(NO4) {
	var arry_rest1 = new Array(
	'<a href="../index.html">TOP</a>',
	'<a href="../pressrelease/index.html">NEWS</a>',
	'<a href="../brand/index.html">BRAND</a>',
	'<a href="../label/index.html">LABEL</a>',
	'<a href="../exhibition/index.html">EXHIBITION</a>',
	'<a href="../company/index.html">COMPANY</a>',
	'<a href="../recruit/index.html">RECRUIT</a>',
	'<a href="https://www.matsuo-international.com/inquiry/inquiry.aspx" target="_blank">INQUIRY</a>'
	);
	document.getElementById("menu"+NO4).innerHTML = "";
	document.getElementById("menu"+NO4).innerHTML = arry_rest1[NO4];
}*/

function goto0(NO5) {
	if(NO5 == 0) {
		window.location.href="index.html";
	}
	else if(NO5 == 1) {
		window.location.href="pressrelease/index.html";
	}
	else if(NO5 == 2) {
		window.location.href="brand/index.html";
	}
	else if(NO5 == 3) {
		window.location.href="label/index.html";
	}
	else if(NO5 == 4) {
		window.location.href="exhibition/index.html";
	}
	else if(NO5 == 5) {
		window.location.href="company/index.html";
	}
	else if(NO5 == 6) {
		window.location.href="recruit/index.html";
	}
	else if(NO5 == 7) {
		window.open("https://www.matsuo-international.com/inquiry/inquiry.aspx");
	}
}

function goto1(NO8) {
	if(NO8 == 0) {
		window.location.href="../index.html";
	}
	else if(NO8 == 1) {
		window.location.href="../pressrelease/index.html";
	}
	else if(NO8 == 2) {
		window.location.href="../brand/index.html";
	}
	else if(NO8 == 3) {
		window.location.href="../label/index.html";
	}
	else if(NO8 == 4) {
		window.location.href="../exhibition/index.html";
	}
	else if(NO8 == 5) {
		window.location.href="../company/index.html";
	}
	else if(NO8 == 6) {
		window.location.href="../recruit/index.html";
	}
	else if(NO8 == 7) {
		window.open("https://www.matsuo-international.com/inquiry/inquiry.aspx");
	}
}

function changecolor(NO6) {
	document.getElementById("menu"+NO6).style.color = "#EF4223";
	document.getElementById("menu"+NO6).style.cursor = "pointer";
}

function restcolor(NO7) {
	document.getElementById("menu"+NO7).style.color = "#666666";
}
