//¸Þ´º½ÃÀÛ
//01 È¸»ç¼Ò°³
function menuA(num){
	switch(num){
		case 1: location.href="/company/ceo.php"; break;
		case 2: location.href="/company/history.php"; break;
		case 3: location.href="/company/about.php"; break;
		case 4: location.href="/company/org.php"; break;
		case 5: location.href="/company/agree.php"; break;
		case 6: location.href="/company/map.php"; break;
	}
}
//02 ºñÁö´Ï½º
function menuB(num){
	switch(num){
		case 1: location.href="/business/business_01.php"; break;
		case 11: location.href="/business/business_11.php"; break;
		case 2: location.href="/business/business_02.php"; break;
		case 3: location.href="/business/business_03.php"; break;
		case 4: location.href="/business/business_04.php"; break;
		case 5: location.href="/business/business_05.php"; break;
		case 6: location.href="/business/business_06.php"; break;
		case 7: location.href="/business/business_07.php"; break;
		case 8: location.href="/business/business_08.php"; break;
		case 9: location.href="/business/business_09.php"; break;
		case 10: location.href="/business/business_10.php"; break;
	}
}
//03 project
function menuC(num){
	switch(num){
		case 1: location.href="/news/notice.php"; break;
		case 2: location.href="/news/data.php"; break;
		case 3: location.href="/news/job.php"; break;
		case 4: location.href="/news/freeboard.php"; break;
		case 5: location.href="/news/site.php"; break;
	}
}
//04 PORTFOLIO
function menuD(num){
	switch(num){
		case 1: location.href="/sesang/sesang_01.php"; break;
		case 2: location.href="/sesang/sesang_02.php"; break;
	}
}
//05 °í°´¼¾ÅÍ
function menuE(num){
	switch(num){
		case 1: location.href="/baraemi/spring.php"; break;
		case 2: location.href="/baraemi/summer.php"; break;
		case 3: location.href="/baraemi/fall.php"; break;
		case 4: location.href="/baraemi/winter.php"; break;
	}
}
//06 »çÀÌÆ®¸Ê
function menuF(num){
	switch(num){
		case 1: location.href="/sitemap/sitemap.php"; break;
	}
}
