function item_refresh_goods_multi(this_f, str1, str2) {
	var itemlen= str2.options.length;
	var big_code	= str1.value;
	for (var n = 0; n < itemlen ; n++) str2.options.remove(0);
  	
	if (big_code == '') {
		addNewItem(str2, '', '¼±ÅÃ');
	} else if (big_code=='bbs_01_goods_K') {
		addNewItem(str2, 'goods_1_1', 'ÁÖ¹æ');
	} else if (big_code=='bbs_01_goods_F') {
		addNewItem(str2, 'goods_2_1', '¾Ç¼¼»ç¸®');
		addNewItem(str2, 'goods_2_2', '¼±¹°');
		addNewItem(str2, 'goods_2_3', 'ÆÐ¼Ç');
		addNewItem(str2, 'goods_2_4', '»ç¹«¿ëÇ°');
		addNewItem(str2, 'goods_2_5', 'ÀÎÇü');
		addNewItem(str2, 'goods_2_6', '¹®±¸·ù');
	} else if (big_code=='bbs_01_goods_L') {
		addNewItem(str2, 'goods_3_1', '¿å½Ç¿ëÇ°');
		addNewItem(str2, 'goods_3_2', 'ºäÆ¼');
		addNewItem(str2, 'goods_3_3', 'Ã»¼Ò¿ëÇ°');
		addNewItem(str2, 'goods_3_4', 'ÆÐºê¸¯');
		addNewItem(str2, 'goods_3_5', '»óÀÚ');
		addNewItem(str2, 'goods_3_6', 'ÀÏÈ¸¿ëÇ°');
		addNewItem(str2, 'goods_3_7', '¸®ºù');
		addNewItem(str2, 'goods_3_8', '¼¼Å¹¹°');
	} else if (big_code=='bbs_01_goods_G') {
		addNewItem(str2, 'goods_4_1', '²É');
		addNewItem(str2, 'goods_4_2', 'ÃÊ');
		addNewItem(str2, 'goods_4_3', '¸ñ°¢·ù');
	} else if (big_code=='bbs_01_goods_GR') {
		addNewItem(str2, 'goods_5_1', '»çÀºÇ°');
		addNewItem(str2, 'goods_5_2', '´ä·ÊÇ°');
		addNewItem(str2, 'goods_5_3', 'ÆÇÃË¹°');
		addNewItem(str2, 'goods_5_4', 'Çà»ç¿ë');
		addNewItem(str2, 'goods_5_5', '±â³äÇ°');
		addNewItem(str2, 'goods_5_6', 'ÆÐÅ°Áö');
	}
}

