function goURL(num){
		///////////////////////Brand/////////////////////////////
		
		if (num=="10"){
			location.href="/brand/philosophy.asp";
		}
		if (num=="11"){
			location.href="/brand/philosophy.asp";
		}
		if (num=="12"){
			location.href="/brand/goals.asp";
		}
		if (num=="13"){
			location.href="/brand/logo.asp";
		}
		if (num=="14"){
			location.href="/brand/concept.asp";
		}

		///////////////////////Collection/////////////////////////////
		
		if (num=="20"){
			location.href="/collection/direction.asp";
		}
		if (num=="21"){
			location.href="/collection/direction.asp";
		}
		if (num=="22"){
			location.href="/collection/white.asp?lv_CName=White-Label&page=1";
		}
		if (num=="23"){
			location.href="/collection/red.asp?lv_CName=Red-Label&page=1";
		}
		if (num=="24"){
			location.href="/collection/black.asp?lv_CName=Black-Label&page=1";
		}

		///////////////////////Communication/////////////////////////////
		
		if (num=="30"){
			location.href="/communication/campaign.asp";
		}
		if (num=="31"){
			location.href="/communication/campaign.asp";
		}
		if (num=="32"){
			location.href="/communication/advertising.asp";
		}
		if (num=="33"){
			location.href="/communication/pop.asp";
		}
		if (num=="34"){
			location.href="/communication/global.asp";
		}	
		if (num=="35"){
			location.href="/communication/pr.asp#";
		}	

		///////////////////////°í°´¼­ºñ½º/////////////////////////////
		
		if (num=="40"){
			location.href="/sitemap/sitemap.asp";
		}
		if (num=="41"){
			location.href="/contact/contact.asp";
		}
		if (num=="42"){
			location.href="../index.asp";
		}
		if (num=="43"){
			location.href="index.asp";
		}
}
