
// ÇÃ·¡½¬ ¸Þ´º ¸µÅ© TOP
// main : ¸ÞÀÎ¸Þ´º¼ø¹ø
// sub  : ¼­ºê¸Þ´º¼ø¹ø
function FlashLink(main,sub){
var FLink = new Array();
FLink = [
		[ //a_site : 11
			"",            //1. Æ¼Å¸´½G2
			"/contents/shop/list.html?sm=1_01",            //
		],


		[ //a_site : 21
			"",            
			"/contents/shop/list.html?sm=2_01",            // //2½ºÅÙ 316 L
		],


		[ //a_site : 31
			"", 	  	  
			"/contents/shop/list.html?sm=3_02",            ////3 ¾ÆÅ©¸± UV
		],
		
		
		[ //a_site : 41
			"", 	  	  
			"/contents/shop/list.html?sm=4_01",            ////4 ÇÇ¾î¼­
		],


		[ //a_site : 51
			"",   	 
			"/contents/shop/list.html?sm=5_01",            ////5 ¸ñ°ÉÀÌ¹ÝÁöÆÈÂî±Í°ÉÀÌ
		],

		[ //a_site : 61
			"",   	 
			"http://2007jewelry.com/",            ////6 Áê¾ó¸®¼¥ / ºÎÇ°ÁÖ¹®»ý»ê
		],

		[ //a_site : 71
			"http://2007jewelry.com",   	 //7 Áê¾ó¸® ¼¥
			"http://2007jewelry.com",   	 //
		],

		[ //a_site : 81
			"",   	 
			"/en/index.html",   	 ////8 ¿µ¹®
		],

		[ //a_site : 91
			"",   	 
			"/contents/shop/list.html?sm=9_01",            ////9 Bio-Flex
		],

	];


if(FLink[main-1][sub]!="") {   

			if(main== "7"&& sub=="1") {
				window.open(FLink[main-1][sub]);
			}
			
			else if(main== "6"&& sub=="1") {
			window.open(FLink[main-1][sub]);
			}

			else {
				window.location.href = FLink[main-1][sub];
			}
		}
	}