var SHOPID = '58506';
Item = new Array();
//Item[0]='72540';	//	マットブラック

Item[0]='106820'
Item[1]='106819'



var ControlCount = 2;

function OpenPage(){
	if(document.all){
		x = document.all("selectC_1").selectedIndex;
//		for(j=1; j<=ControlCount; j++){
		document.all("KOUNYUU_1").href = "https://www.moshimo.com/mds/?action_cart_add&sid=" + SHOPID + "&bid=-" + Item[x];
		document.all("SETUMEI_1").href = "https://www.moshimo.com/article/" + SHOPID + "/" + Item[x];
		document.all("SITUMON_1").href = "https://www.moshimo.com/articles/contact?shop_id=" + SHOPID + "&article_id=" + Item[x];
//		}
	}
	if(document.getElementById){
		x = document.getElementById("selectC_1").selectedIndex;
//		for(j=1; j<=ControlCount; j++){
		document.getElementById("KOUNYUU_1").href = "https://www.moshimo.com/mds/?action_cart_add&sid=" + SHOPID + "&bid=-" + Item[x];
		document.getElementById("SETUMEI_1").href = "https://www.moshimo.com/article/" + SHOPID + "/" + Item[x];
		document.getElementById("SITUMON_1").href = "https://www.moshimo.com/articles/contact?shop_id=" + SHOPID + "&article_id=" + Item[x];
//		}
	}
}

function ItemKounyu(SN){
//	for(i=1; i<=ControlCount; i++){
		SelectC = "selectC_" + SN;
		if(document.all){
			x = document.all("selectC_" +SN).selectedIndex;
			document.all("KOUNYUU_1").href = "https://www.moshimo.com/mds/?action_cart_add&sid=" + SHOPID + "&bid=-" + Item[x];
			document.all("SETUMEI_1").href = "https://www.moshimo.com/article/" + SHOPID + "/" + Item[x];
			document.all("SITUMON_1").href = "https://www.moshimo.com/articles/contact?shop_id=" + SHOPID + "&article_id=" + Item[x];
//			document.all(SelectC).selectedIndex = x;
		}
		if(document.getElementById){
			x = document.getElementById("selectC_" +SN).selectedIndex;
			document.getElementById("KOUNYUU_1").href = "https://www.moshimo.com/mds/?action_cart_add&sid=" + SHOPID + "&bid=-" + Item[x];
			document.getElementById("SETUMEI_1").href = "https://www.moshimo.com/article/" + SHOPID + "/" + Item[x];
			document.getElementById("SITUMON_1").href = "https://www.moshimo.com/articles/contact?shop_id=" + SHOPID + "&article_id=" + Item[x];
//			document.getElementById(SelectC).selectedIndex = x;
		}
//	}
}




