//01 ½´¶ó¸ßÀÌ¾ß±â
function menuA(num){
	switch(num){
		case 1: location.href="../story/about.php"; break;
		case 2: location.href="../story/history.php"; break;
		case 3: location.href="../story/bi.php"; break;
		case 4: location.href="../story/vision.php"; break;
		case 5: location.href="../story/store.php"; break;
		case 6: location.href="../story/map.php"; break;
	}
}
//02 ºí·¹¹Ì½¬¹ã
function menuB(num){
	switch(num){
		case 1: location.href="../bb/bb_about.php"; break;
		case 2: location.href="../bb/bb_history.php"; break;
		case 3: location.href="../bb/bb_feature.php"; break;
	}
}
//03 Çã¹úÇÊ¸µ
function menuC(num){
	switch(num){
		case 1: location.href="../peeling/background.php"; break;   
		case 2: location.href="../peeling/peeling_feature.php"; break; 
	}
}
//04 Á¦Ç°¼Ò°³
function menuD(num){
	switch(num){
		case 1: location.href="../product/bestnnew.php"; break;   
		case 2: location.href="../product/cleansing.php"; break;  
		case 3: location.href="../product/daynnight.php"; break;  
		case 4: location.href="../product/peeling.php"; break;
		case 5: location.href="../product/eyecare.php"; break;
		case 6: location.href="../product/mask.php"; break;
		case 7: location.href="../product/special.php"; break;
	}
}
//05 Æ®¸®Æ®¸ÕÆ®
function menuE(num){
	switch(num){
		case 1: location.href="../treatment/ba.php"; break;
		case 2: location.href="../treatment/skin_01.php"; break;
		case 3: location.href="../treatment/skin_02.php"; break;
		case 4: location.href="../treatment/skin_03.php"; break;
		case 5: location.href="../treatment/skin_04.php"; break;
		case 6: location.href="../treatment/season_01.php"; break;
		case 7: location.href="../treatment/season_02.php"; break;
		case 8: location.href="../treatment/season_03.php"; break;
		case 9: location.href="../treatment/season_04.php"; break;
		case 10: location.href="../treatment/trouble_01.php"; break;
		case 11: location.href="../treatment/trouble_02.php"; break;
		case 12: location.href="../treatment/special_01.php"; break;
		case 13: location.href="../treatment/special_02.php"; break;
		case 14: location.href="../treatment/special_03.php"; break;
		case 15: location.href="../treatment/special_04.php"; break;
		case 16: location.href="../treatment/special_05.php"; break;
		case 17: location.href="../treatment/special_06.php"; break;
		case 18: location.href="../treatment/special_07.php"; break;
		case 19: location.href="../treatment/special_08.php"; break;
		case 20: location.href="../treatment/special_09.php"; break;
		case 21: location.href="../treatment/special_10.php"; break;
		case 22: location.href="../treatment/special_11.php"; break;
	}
}
//06 °í°´¼¾ÅÍ
function menuF(num){
	switch(num){
		case 1: location.href="../customer/notice.php"; break;
		case 2: location.href="../customer/online.php"; break;
		case 3: location.href="../customer/edu.php"; break;
		case 4: location.href="../customer/mp.php"; break;
		case 5: location.href="../customer/movie.php"; break;
		case 6: location.href="../customer/faq.php"; break;
	}
}
//07 Ä¿¹Â´ÏÆ¼
function menuG(num){
	switch(num){
		case 1: location.href="../community/review.php"; break;
		case 2: location.href="../community/mania.php"; break;
	
	}
}
//08 ¸â¹ö&¸¶ÀÌÆäÀÌÁö
function menuH(num){
	switch(num){
		case 1: location.href="../member/login.php"; break;
		case 2: location.href="../member/join.php"; break;
		case 3: location.href="../member/idpw.php"; break;
		case 4: location.href="../member/mypage.php"; break;
		case 5: location.href="../mem_sun/logout.php"; break;
		case 6: location.href="../member/withdraw.php"; break;
		case 7: window.open("../member/per.php", "","width=900,height=600,history=no,resizable=no,status=no,scrollbars=yes,menubar=no"); break;
		case 8: window.open("../member/agree.php", "","width=900,height=600,history=no,resizable=no,status=no,scrollbars=yes,menubar=no"); break;
		case 9: window.open("../member/guide.php", "","width=900,height=600,history=no,resizable=no,status=no,scrollbars=yes,menubar=no"); break;
	}
}
//09 »çÀÌÆ®¸Ê
function menuI(num){
	switch(num){
		case 1: location.href="../sitemap/sitemap.php"; break;
	}
}
//»õÃ¢ window.open("ÁÖ¼Ò", "","width=517,height=450,history=no,resizable=no,status=no,scrollbars=yes,menubar=no");
