// sitemap start
function menu(mm, num) {

	if(mm=='fm'){
		switch(num){
			case 'on' : document.location.href="/kr/brands/on.asp"; break;
			case 'olive' : document.location.href="/kr/brands/olive.asp"; break;
			case 'w' : document.location.href="/kr/brands/w.asp"; break;
			case 'stage89' : document.location.href="/kr/brands/stage89.asp"; break;
		}				
	}

	if(mm=='main'){
		switch(num){
			case '1' : document.location.href="/kr/company/overview.asp"; break;
			case '2' : document.location.href="/kr/global_network/distribution.asp"; break;
			case '3' : document.location.href="/kr/contribution/contribution.asp"; break;
			case '4' : document.location.href="/kr/recruit/recruit.asp"; break;
			case '5' : document.location.href="/kr/shops/shops.asp"; break;
			case '6' : document.location.href="/kr/brands/lapalette.asp"; break;
			case '7' : document.location.href="/kr/brands/bstyle.asp"; break;
		}				
	}

	if(mm=='tm'){
		switch(num){
			case 'home' : document.location.href="../main.htm"; break;
			case 'news' : document.location.href="../company/news.asp"; break;
			case 'english' : document.location.href="/en/main.htm"; break;
			case 'chinese' : document.location.href="/cn/main.htm"; break;

			case '1' : document.location.href="../company/overview.asp"; break;
			case '2' : document.location.href="../brands/on.asp"; break;
			case '3' : document.location.href="../global_network/distribution.asp"; break;
			case '4' : document.location.href="../contribution/contribution.asp"; break;
			case '5' : document.location.href="../recruit/recruit.asp"; break;
			case '6' : document.location.href="../shops/shops.asp"; break;

		}				
	}
	
	if(mm=='m1'){
		switch(num){
			case '1' : document.location.href="../company/overview.asp"; break;
			case '2' : document.location.href="../company/philosophy.asp"; break;
			case '3' : document.location.href="../company/history.asp"; break;
			case '4' : document.location.href="../company/people.asp"; break;
			case '5' : document.location.href="../company/location.asp"; break;
			case '6' : document.location.href="../company/news.asp"; break;
		}				
	}
	
	if(mm=='m2'){
		switch(num){
			case '1' : document.location.href="../brands/on.asp"; break;
			case '2' : document.location.href="../brands/olive.asp"; break;
			case '3' : document.location.href="../brands/w.asp"; break;
			case '4' : document.location.href="../brands/stage89.asp"; break;
			case '5' : document.location.href="../brands/bstyle.asp"; break;
			case '6' : document.location.href="../brands/lapalette.asp"; break;
		}				
	}
	

	if(mm=='m3'){
		switch(num){
			case '1' : document.location.href="../global_network/distribution.asp"; break;
			case '2' : document.location.href="../global_network/marketing.asp"; break;
			case '3' : document.location.href="../global_network/overseas.asp"; break;
		}				
	}
	
	
	
	if(mm=='m4'){
		switch(num){
			case '1' : document.location.href="../contribution/contribution.asp"; break;
		}				
	}
	

	if(mm=='m5'){
		switch(num){
			case '1' : document.location.href="../recruit/recruit.asp"; break;
			case '2' : document.location.href="../recruit/internship.asp"; break;
			case '3' : document.location.href="../recruit/internship.asp"; break;
		}				
	}
	

	if(mm=='m6'){
		switch(num){
			case '1' : document.location.href="../shops/shops.asp"; break;
		}				
	}

		
}




// sitemap end