/*##########　メニューボタンの画像　##########*/
/*メニューボタンの画像を変換*/
function fncMenu_Img01(intVal01,strVal01){
	var btnImg;
	btnImg = new Image();
	btnImg.src = strVal01;
	document.images[intVal01+1].src=btnImg.src;
	//fncMenu_Img01(0,strMenu_Top_Img02);
}

/*大分類クリック*/
function fncMenu_Dai_Click01(intVal01,intVal02){
	var strFileName01;
	var strRoot;
	if(intVal01==1){
		strRoot='';
	}else{
		strRoot='../';
	}
	switch(intVal02){
		case 1:
			strFileName01=mt_top_https_out_root+'default.asp';
			break;
		case 2:
			strFileName01=mt_https_out_root+'shop_cd_list01.asp';
			break;
		case 3:
			strFileName01=mt_https_in_root+'member_top01.asp';
			break;
		case 4:
			strFileName01=mt_https_out_root+'live_info_list01.asp';
			break;
		case 5:
			strFileName01=mt_https_out_root+'about_customer_top01.asp';
			break;
		case 6:
			document.form01.flgMenu_Img_Move02.value=1;
			strFileName01=mt_https_out_root+'link01.asp';
			break;
		case 7:
			strFileName01=mt_https_out_root+'qa_top01.asp';
			break;
		case 8:
			strFileName01=mt_https_in_root+'contact_customer01.asp';
			break;
	}
	document.form01.action=strFileName01;
	document.form01.submit();
}

/*小分類クリック*/
function fncMenu_Syo_Click01(intVal01,intVal02){
	var strFileName01;
	var strRoot;
	if(intVal01==1){
		strRoot='';
	}else{
		strRoot='../';
	}
	switch(intVal01){
		case 1:
			break;
		case 2:
			switch(intVal02){
				case 1:
					strFileName01=mt_https_out_root+'shop_cd_list01.asp';
					break;
				case 2:
					strFileName01=mt_https_out_root+'shop_ticket_list01.asp';
					break;
				case 3:
					strFileName01=mt_https_out_root+'shop_etc_list01.asp';
					break;
			}
			break;
		case 3:
			break;
		case 4:
			switch(intVal02){
				case 1:
					strFileName01=mt_https_out_root+'live_info_list01.asp';
					break;
				case 2:
					strFileName01=mt_https_out_root+'live_report01.asp';
					break;
			}
			break;
		case 5:
			switch(intVal02){
				case 1:
					strFileName01=strRoot+'scripts/about_customer_top01.asp';
					break;
				case 2:
					strFileName01=strRoot+'scripts/about_musician_top01.asp';
					break;
				case 3:
					strFileName01=strRoot+'scripts/about_etc_top01.asp';
					break;
			}
			break;
		case 6:
			document.form01.flgMenu_Img_Move02.value=intVal02;
			switch(intVal02){
				case 1:
					strFileName01=strRoot+'scripts/link01.asp';
					break;
				case 2:
					strFileName01=strRoot+'scripts/link01.asp#shop';
					break;
				case 3:
					strFileName01=strRoot+'scripts/link01.asp#livehouse';
					break;
				case 4:
					strFileName01=strRoot+'scripts/link01.asp#etc';
					break;
			}
			break;
		case 8:
			switch(intVal02){
				case 1:
					strFileName01=mt_https_in_root+'contact_customer01.asp';
					break;
				case 2:
					strFileName01=mt_https_in_root+'contact_musician01.asp';
					break;
			}
			break;
	}
	document.form01.action=strFileName01;
	document.form01.submit();
}

/*Enterボタン（ログイン）*/
function fncMenu_Member_Login01(intVal01){
	var strFileName;
	var strRoot;
	if(intVal01==1){
		strRoot='';
	}else{
		strRoot='../';
	}
	strFileName=strRoot+'scripts/login01.asp'
	document.form01.strM_Id.value=document.form_login01.userid01.value;
	document.form01.strM_Ps.value=document.form_login01.userpass01.value;
	document.form01.action=strFileName;
	document.form01.submit();
}

/*Logoutボタン（ログアウト）*/
function fncMenu_Member_Logout01(intVal01){
	var strRoot;
	if(intVal01==1){
		strRoot='';
	}else{
		strRoot='../';
	}
	document.form01.strMemberDt01.value='';
	document.form01.strMemberNo01.value='';
	document.form01.strMemberNm01.value='';
	document.form01.strMemberNm02.value='';
	document.form01.strM_Id.value='';
	document.form01.strM_Ps.value='';
	document.form01.action=strRoot+'default.asp';
	document.form01.submit();
}

/*価格の表示方法変更のお知らせ → 個人情報の取り扱いについて*/
function fncTaxNews01(strVal01){
	//window.open(strVal01+'tax_news01.asp','win_taxnews0123456789','width=550,height=200,scrollbars=no');
	window.open(strVal01+'pri_news01.asp','win_taxnews0123456789','width=700,height=500,scrollbars=yes');
}

/*ロゴ*/
function fncMenu_Logo01(){
	location.href=mt_top_https_out_root;
}

/*送料無料リンク*/
function fncMenu_SM01(intVal01){
	var strRoot;
	if(intVal01==1){
		strRoot='';
	}else{
		strRoot='../';
	}
	document.form01.action=strRoot+'scripts/qa_shop_cd01.asp#a10';
	document.form01.submit();
}

/*コンビニ郵便決済リンク*/
function fncMenu_KY01(intVal01){
	var strRoot;
	if(intVal01==1){
		strRoot='';
	}else{
		strRoot='../';
	}
	document.form01.action=strRoot+'scripts/qa_shop_cd01.asp#a09';
	document.form01.submit();
}