			var zaikoView = '<div id="products">'
		+ '<div class="cart_boxT3">'
				+ '<form action="/catalog/cart/add" method="post">'
				+ '<div class="imgR btnZaiko">'
		+ '<a href="javascript:void(0);" onclick="openProductsZaikoStatusWindow583();return false;"><img src="/catalog/img/button.gif" alt="この商品の在庫を確認する"></a>'
		+ '</div>'
		+ '<p class="clear right"><strong class="text12Red">※購入数を半角数字で入力し、カートに入れるボタンをClick</strong></p>'
					+ '<table border="0" cellspacing="0" cellpadding="0" summary="カート">'
			+ '<tr class="center">'
			+ '<th class="w160">&nbsp;</th>'
							+ '<th>22～24ｃｍ</th>'
						+ '</tr>'
							+ '<tr class="center">'
				+ '<th class="color">チャコールグレー</th>'
									+ '<td>'
											+ '<input type="hidden" name="products[0][id]" value="583" />'
						+ '<input type="hidden" name="products[0][kikaku1]" value="743" />'
						+ '<input type="hidden" name="products[0][kikaku2]" value="744" />'
						+ '<input type="hidden" name="products[0][bunrui1]" value="3" />'
						+ '<input type="hidden" name="products[0][bunrui2]" value="1" />'
						+ '<input type="text" name="products[0][quantity]" style="width:40px;" />'
												+ '<input type="hidden" name="products[0][baitaiCd]" value="297" />'
										+ '</td>'
								+ '</tr>'
							+ '<tr class="center">'
				+ '<th class="color">ピンク</th>'
									+ '<td>'
											+ '<input type="hidden" name="products[1][id]" value="583" />'
						+ '<input type="hidden" name="products[1][kikaku1]" value="743" />'
						+ '<input type="hidden" name="products[1][kikaku2]" value="744" />'
						+ '<input type="hidden" name="products[1][bunrui1]" value="2" />'
						+ '<input type="hidden" name="products[1][bunrui2]" value="1" />'
						+ '<input type="text" name="products[1][quantity]" style="width:40px;" />'
												+ '<input type="hidden" name="products[1][baitaiCd]" value="297" />'
										+ '</td>'
								+ '</tr>'
							+ '<tr class="center">'
				+ '<th class="color">ベージュ</th>'
									+ '<td>'
											+ '<input type="hidden" name="products[2][id]" value="583" />'
						+ '<input type="hidden" name="products[2][kikaku1]" value="743" />'
						+ '<input type="hidden" name="products[2][kikaku2]" value="744" />'
						+ '<input type="hidden" name="products[2][bunrui1]" value="4" />'
						+ '<input type="hidden" name="products[2][bunrui2]" value="1" />'
						+ '<input type="text" name="products[2][quantity]" style="width:40px;" />'
												+ '<input type="hidden" name="products[2][baitaiCd]" value="297" />'
										+ '</td>'
								+ '</tr>'
							+ '<tr class="center">'
				+ '<th class="color">グリーン</th>'
									+ '<td>'
											+ '<input type="hidden" name="products[3][id]" value="583" />'
						+ '<input type="hidden" name="products[3][kikaku1]" value="743" />'
						+ '<input type="hidden" name="products[3][kikaku2]" value="744" />'
						+ '<input type="hidden" name="products[3][bunrui1]" value="1" />'
						+ '<input type="hidden" name="products[3][bunrui2]" value="1" />'
						+ '<input type="text" name="products[3][quantity]" style="width:40px;" />'
												+ '<input type="hidden" name="products[3][baitaiCd]" value="297" />'
										+ '</td>'
								+ '</tr>'
							+ '</table>'
		+ '<p class="cap10 right">×…売切れ、-…取揃えなし</p>'
				+ '<div class="btnCart">'
		+ '<input type="hidden" name="pathname" value="' + location.pathname + '" />'
		+ '<input type="image" src="/catalog/img/60-62_1.jpg" alt="買い物カゴに入れる" /></div>'
		+ '</form>'
				+ '</div>'
		+ '</div>';
	document.write(zaikoView);

function openProductsZaikoStatusWindow583() {
	var width = 720;
	var height = 700;
	var posX = (screen.width - width) / 2;
	var posY = (screen.height - height) / 2;
	var options = 'height=' + height + ',width=' + width + ',top=' + posY + ',left=' + posX +',scrollbars=yes,resizable=yes';
	var childWindow = window.open('/catalog/products/status/id/583/baitaiCd/297', 'zaikoStatus', options);
	if (parseInt(navigator.appVersion) >= 4) { childWindow.window.focus(); }
}
