// 数量の変更
function ChangeQuantity( line, cd, elcount )
{
	window.location.href = "twu.basket.asp?c=C&l=" + line + "&d=" + cd + "&q=" + document.f1.elements[elcount*2].options[document.f1.elements[elcount*2].selectedIndex].value + "&h=" + document.f1.elements[elcount*2+1].options[document.f1.elements[elcount*2+1].selectedIndex].value;
}
// 発送方法の変更
function ChangeShipping( line, cd, elcount )
{
	window.location.href = "twu.basket.asp?c=H&l=" + line + "&d=" + cd + "&q=" + document.f1.elements[elcount*2].options[document.f1.elements[elcount*2].selectedIndex].value + "&h=" + document.f1.elements[elcount*2+1].options[document.f1.elements[elcount*2+1].selectedIndex].value;
}

