function cartOpen() {
	window.open('about:blank', 'cartwin', 'width=600,height=400,scrollbars=yes,resizable=yes,status=yes');
}
function cartDisp(dispPrd,dspCount) {
	document.write("	<form method=\"post\" action=\"http://cart2.toku2.com/bccart/servlet/CartServlet\" target=\"cartwin\">");
	document.write("		<input type=\"hidden\" name=\"shopID\" value=\"bc6201\">");
	document.write("		<input type=\"hidden\" name=\"encodeValue\" value=\"SJIS\">");
	document.write("		<input type=\"hidden\" name=\"lang\" value=\"JP\">");
	document.write("		<input type=\"hidden\" name=\"monetaryLang\" value=\"JP\">");
	document.write("		<input type=\"hidden\" name=\"salesRegion\" value=\"domestic\">");
	document.write("		<input type=\"hidden\" name=\"command\" value=\"addItems\">");
	document.write("		<input type=\"hidden\" name=\"next\" value=\"cart\">");
	document.write("		<select name=\"" + dispPrd +"\">");
	for (i = 0; i < dspCount+1; i++) {
		document.write("		<option>"+i+"</option>");
	}
	document.write("		</select>");
	document.write("		<input type=\"image\" src=\"gazo/kagoire.gif\" border=\"0\" alt=\"\" onClick=\"window.open('about:blank', 'cartwin', 'width=600,height=400,scrollbars=yes,resizable=yes,status=yes')\">");
	document.write("	</form>");
}
function cartList(){
	document.write("<form method=\"post\" action=\"http://cart2.toku2.com/bccart/servlet/CartServlet\" target=\"cartwin\">");
	document.write("<input type=\"hidden\" name=\"shopID\" value=\"bc6201\">");
	document.write("<input type=\"hidden\" name=\"encodeValue\" value=\"SJIS\">");
	document.write("<input type=\"hidden\" name=\"lang\" value=\"JP\">");
	document.write("<input type=\"hidden\" name=\"monetaryLang\" value=\"JP\">");
	document.write("<input type=\"hidden\" name=\"salesRegion\" value=\"domestic\">");
	document.write("<input type=\"hidden\" name=\"next\" value=\"cart\">");
	document.write("<input type=\"image\" src=\"gazo/kogomiru.gif\" border=\"0\" alt=\"\" onClick=\"window.open('about:blank', 'cartwin', 'width=600,height=400,scrollbars=yes,resizable=yes,status=yes')\">");
	document.write("</form>");
}
