/*画像の処理*/
function fncImg01(intVal01,strVal01,intVal02){
	var btnImg;
	btnImg = new Image();
	btnImg.src = strVal01;
	document.images[intVal01+intVal02+1].src=btnImg.src;
}

/*ＣＤ一覧へ*/
function fncShopCdList01(intVal01,strVal01){
	document.form01.action='scripts/shop_cd_list01.asp?g=0&kc='+intVal01+'&kv='+strVal01;
	document.form01.submit();
}

/*ＣＤ詳細へ*/
function fncShopCd01(strVal01){
	document.form01.action='scripts/shop_cd_syousai01.asp?scc='+strVal01;
	document.form01.submit();
}

/*ＣＤ詳細へ*/
function fncShopCd99(strVal01){
	document.form01.action=strVal01;
	document.form01.submit();
}

/*チケット一覧へ*/
function fncShopTicketList01(intVal01,strVal01){
	document.form01.action='scripts/shop_ticket_list01.asp?t=999&g=999&kc='+intVal01+'&kv='+strVal01;
	document.form01.submit();
}

/*チケット詳細へ*/
function fncShopTicket01(strVal01){
	document.form01.action='scripts/shop_ticket_syousai01.asp?stc='+strVal01;
	document.form01.submit();
}

/*Ｑ＆Ａへ*/
function fncQA_ShopCd01(){
	document.form01.action='scripts/qa_member01.asp';
	document.form01.submit();
}

/*ＡＢＯＵＴ　Ｃｕｓｔｏｍｅｒへ*/
function fncAbout_Customer01(intVal01){
	var strFileNm='scripts/about_customer_top01.asp';
	if(intVal01==2){
		strFileNm+='#t01';
	}
	document.form01.action=strFileNm;
	document.form01.submit();
}

/*ＡＢＯＵＴ　Ｍｕｓｉｃｉａｎへ*/
function fncAbout_Musician01(intVal01){
	var strFileNm='scripts/about_musician_top01.asp';
	if(intVal01==2){
		strFileNm+='#t01';
	}
	document.form01.action=strFileNm;
	document.form01.submit();
}

function popUp(url) {
sealWin=window.open(url,"win",'toolbar=0,location=1,directories=0,status=1,menubar=1, scrollbars=1,resizable=1,width=500,height=450');
self.name = "mainWin"; }

/*キャンペーンへ*/
function fncTop_Camp01(){
	document.form01.action='scripts/top_camp.asp';
	document.form01.submit();
}
