//----------------------------- 0.메인
main = "/main.php"
home = "/main.php"

//----------------------------- 1.브랜드소개

menu01 = "/brand/plantronics.php"
menu01_1 = "/brand/plantronics.php"
menu01_2 = "/brand/alteclansing.php"
menu01_3 = "/brand/pr.php"
menu01_3_1 = "/brand/pr.php"
menu01_3_2 = "/brand/pr_ad.php"
menu01_3_3 = "/brand/pr_press.php"
menu01_4 = "/brand/notice.php"

//----------------------------- 2.제품소개

menu02 = "/product/plantronics_index.php"
menu02_1 = "/product/plantronics_index.php"
menu02_2 = "/product/alteclansing_index.php"

//----------------------------- 3.매니아존

menu03 = "/mania/review_user.php"
menu03_1 = "/mania/review_user.php"
menu03_2 = "/mania/review_exp.php"
menu03_3 = "/mania/find_plt.php"
menu03_4 = "/mania/tip.php"


//----------------------------- 4.고객지원

menu04 = "/customer/partner.php"
menu04_1 = "/customer/partner.php"
menu04_2 = "/customer/as_center.php"
menu04_3 = "/customer/dataroom.php"
menu04_4 = "/customer/faq.php"
menu04_5 = "/customer/qna.php"


//----------------------------- 5.이벤트

menu05 = "/event/event.php"
menu05_1 = "/event/event.php"
menu05_2 = "/event/last_event.php"


//----------------------------- 6.맴버쉽

join = "/member/join.php"
login = "/member/login.php"
logout = "/member/member_logout.php"
findid = "/memeber/find_id.php"
memleave = "/member/memleave.php"
myinfo = "/member/modify.php"


//----------------------------- 7.사이트맵
sitemap = "/company/sitemap.php"
shoppingmall = "/company/shoppingmall.php"
privacy = "/company/privacy.php"
partner = "/company/partner.php"
company = "/company/company.php"


//----------------신제품
new_prdt01 = "/product/plantronics.php?lrg_div_code=001&sml_div_code=00001&pdt_code=00007"
new_prdt02 = "/product/plantronics.php?lrg_div_code=001&sml_div_code=00001&pdt_code=00006"
new_prdt03 = "/product/plantronics.php?lrg_div_code=001&sml_div_code=00001&pdt_code=00005"
new_prdt04 = "/product/alteclansing.php?lrg_div_code=002&sml_div_code=00002&pdt_code=00008"
new_prdt05 = "/product/alteclansing.php?lrg_div_code=002&sml_div_code=00001&pdt_code=00009"
new_prdt06 = "/product/alteclansing.php?lrg_div_code=002&sml_div_code=00001&pdt_code=00010"
new_prdt07 = "/product/alteclansing.php?lrg_div_code=002&sml_div_code=00005&pdt_code=00001"
new_prdt08 = "/product/alteclansing.php?lrg_div_code=002&sml_div_code=00003&pdt_code=00002"
new_prdt09 = ""
new_prdt10 = ""


//----------------------------- 퀵메뉴 플래시 링크---------


function goURL(name){
	switch (eval(name)) {

		
			
		default : document.location.href=eval(name); break ;
	}

}