//  Â÷·Ê·Î   ¾ÆÀÌÀÛ365À×±Û¸®½¬ / ¿µ¾î / Áß±¹¾î / ÀÏº»¾î / ELBA / 365shop
	
	function sub01Link(nLocation) {
		switch(nLocation){ 
			case 1: location.href = "/isaac/isaac.html"; break;
		}		
	}
	
	function sub02Link(nLocation) {
		switch(nLocation){ 
			case 1: location.href = "/eng/eng_main.html"; break;
		}		
	}
	
	function sub03Link(nLocation) {
		switch(nLocation){ 
			case 1: 
				location.href = "/chinese/chinese_main.html";
				break;
		}		
	}
	
	function sub04Link(nLocation) {
		switch(nLocation){ 
			case 1:
				location.href = "/diary/engdiary.html";
			break;
		}		
	}
	
	function sub05Link(nLocation) {
		switch(nLocation){ 
			case 1: location.href = "/elba/elba.html"; break;
		}		
	}

	function sub06Link(nLocation) {
		switch(nLocation){ 
			case 1: location.href = "/shop/365set.html"; break;
		}		
	}
