/**
 * auther maki koiwa
 * create 2007-10-16
 * 
 */

 
 /**
  * 商品を指定してカートへ飛ぶ
  * @param int commodityCode
  */
 function postCommodityCode(commodityCode){
 	
	document.post4shop.commodity_code.value = commodityCode;
	document.post4shop.submit();
	
 }
