function cart_add(denpyo, ref){
	document.phpForm.action = "http://www3.takeshobo.co.jp/plus/mgr.m/cart/shohinadd";
//	document.phpForm.action = "http://www3.mp-c.net/cart/mgr.m/cart/shohinadd";
	document.phpForm.target = "_top";
	document.phpForm.denpyo.value = denpyo;
	document.phpForm.ref.value = ref;
	document.phpForm.submit();
}

function cart_info(){
	document.phpForm.action = "http://www3.takeshobo.co.jp/plus/mgr.m/cart/cart";
//	document.phpForm.action = "http://www3.mp-c.net/cart/mgr.m/cart/cart";
	document.phpForm.target = "_top";
	document.phpForm.submit();
}

function jump_cat1(act,cat0,catn){
	document.cat1.cat0_cd.value = cat0;
	document.cat1.cat1_cd.value = catn;
	document.cat1.submit();
}
