function go_regist(CARD_CODE){
/*
01	Feel			good0601.jsp
02	µ¶µµ»ç¶û	good0401.jsp
03	ºí·ç¿À¼Ç	good1201.jsp
04	½ºÄ«ÀÌÆÐ½ºÄ«µågood1401.jsp		ECA0601
06	Å©¸®½ºÂù	good0101.jsp
22	Hi-Friday	good0201.jsp
08	¹Ù´Ù»ç¶û	good1101.jsp
09	OK´Ù¸ð¾Æ	good0901.jsp
10	¾îÃÌ»ç¶û	good1001.jsp
11	KGPS	good1301.jsp
12	¼ö»ê¾÷°æ¿µÀÎÄ«µå
13	Free FeeÄ«µå	good1501.jsp
17	anytime	good1601.jsp
18	¼º·É±³È¸
19	Åäºñ½º
22	hiFridayÄ«µå
26	¾à¼Õ¸í°¡Ä«µå
*/
	if(CARD_CODE == '01')	{
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=01";
	}else if(CARD_CODE == '02'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=02";
	}else if(CARD_CODE == '03'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=03";
	}else if(CARD_CODE == '04'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=04";
	}else if(CARD_CODE == '06'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=06";
	}else if(CARD_CODE == '22'){
		//location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=07";
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=22";
	}else if(CARD_CODE == '08'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=08";
	}else if(CARD_CODE == '09'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=09";
	}else if(CARD_CODE == '10'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=10";
	}else if(CARD_CODE == '11'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=11";
	}else if(CARD_CODE == '12'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=12";
	}else if(CARD_CODE == '13'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=13";
	}else if(CARD_CODE == '17'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=17";
	}else if(CARD_CODE == '19'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=19";
	}else if(CARD_CODE == '22'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=22";
	}else if(CARD_CODE == '26'){
		location.href="/banking/card/other/regist0101Q.jsp?CARD_CODE=26";
	}else{
		//¾øÀ»°æ¿ì.. ¿¡·¯¹æÁö¸¦ À§ÇØ¼­ ¸¸µé¾î ³õÀº°Í..
		location.href="/card/goods/index.jsp";
	}
}
