function go_menu(tar){
	/*-------------------------------------------------------------------회사소개 --*/
	if(tar=='company01')
		location.href = "../company/company01.php", "_self";
		
	/*-------------------------------------------------------------------업무내용 --*/
	if(tar=='company02')
		location.href = "../company/company02.php", "_self";
		
	
	
	/*-------------------------------------------------------------------전체제품 --*/	
	if(tar=='product00')
		location.href = "../product/product.php", "_self";
		
	/*-------------------------------------------------------------------SUV & RV --*/	
	if(tar=='product01')
		location.href = "../product/product.php?category_idx=1", "_self";
		
	/*-------------------------------------------------------------------Mini Bus --*/	
	if(tar=='product02')
		location.href = "../product/product.php?category_idx=2", "_self";
		
	/*-------------------------------------------------------------------Passenger --*/	
	if(tar=='product03')
		location.href = "../product/product.php?category_idx=3", "_self";
		
	/*-------------------------------------------------------------------Sports Car --*/	
	if(tar=='product04')
		location.href = "../product/product.php?category_idx=4", "_self";
		
	/*-------------------------------------------------------------------Truck --*/	
	if(tar=='product05')
		location.href = "../product/product.php?category_idx=5", "_self";
		
	/*-------------------------------------------------------------------Bus --*/	
	if(tar=='product06')
		location.href = "../product/product.php?category_idx=6", "_self";
		
	/*-------------------------------------------------------------------중장비 --*/	
	if(tar=='product07')
		location.href = "../product/product.php?category_idx=7", "_self";
		
	/*-------------------------------------------------------------------신차 --*/	
	if(tar=='product08')
		location.href = "../product/product.php?category_idx=8", "_self";
		
	/*-------------------------------------------------------------------추천차량 --*/	
	if(tar=='product09')
		location.href = "../product/product.php?pick=Y", "_self";
		
	/*-------------------------------------------------------------------팔린차량 --*/	
	if(tar=='product10')
		location.href = "../product/product_sold.php?sold=S", "_self";
		
	/*-------------------------------------------------------------------제품상세 --*/	
	if(tar=='detail')
		location.href = "../product/detail.php", "_self";
		
	/*-------------------------------------------------------------------검색차량 --*/	
	if(tar=='search')
		location.href = "../product/search.php", "_self";
		
		
		
	/*-------------------------------------------------------------------구매과정 --*/	
	if(tar=='process01')
		location.href = "../process/process01.php", "_self";
		
		
		
		
	/*-------------------------------------------------------------------자동차주문 --*/	
	if(tar=='order01')
		location.href = "../order/order01.php", "_self";
		
		
		
		
	/*-------------------------------------------------------------------자동차부품 --*/	
	if(tar=='acc01')
		location.href = "../acc/acc01.php", "_self";
		
	/*-------------------------------------------------------------------튜닝 --*/	
	if(tar=='acc02')
		location.href = "../acc/acc02.php", "_self";
		
	

	
	
	/*-------------------------------------------------------------------공지사항 --*/	
	if(tar=='customer01')
		location.href = "../customer/customer01.php", "_self";
		
	/*-------------------------------------------------------------------질문과답변 --*/	
	if(tar=='customer02')
		location.href = "../customer/customer02.php", "_self";
	
	
	
	
	/*-------------------------------------------------------------------연락처 --*/	
	if(tar=='contact01')
		location.href = "../contact/contact01.php", "_self";
		
	/*-------------------------------------------------------------------문의하기 --*/	
	if(tar=='contact02')
		location.href = "../contact/contact02.php", "_self";
		
		
		
		
	
	/*------------ 로그인 ---------------------------------------------*/
	if(tar=='login')
		location.href = "../individual/individual01.php", "_self";
		
	/*------------ 로그아웃 ---------------------------------------------*/
	if(tar=='logout')
		location.href = "../individual/member_evn.php?evnMode=logout", "_self";

	/*------------ 회원가입 ---------------------------------------------*/
	if(tar=='join')
		location.href = "../individual/individual02.php", "_self";
	
	/*------------ 회원가입 완료 ---------------------------------------------*/
	if(tar=='join_ok')
		location.href = "../individual/individual02_02.php", "_self";
		
	/*------------ 회원탈퇴 ---------------------------------------------*/
	if(tar=='my_out')
		location.href = "../individual/individual03.php", "_self";
		
	/*------------ 개인정보수정 ---------------------------------------------*/
	if(tar=='my_edit')
		location.href = "../individual/individual04.php", "_self";
		
	
	
		
	
	/*-------------------------------------------------------------------한글 메인으로 --*/
	if(tar=='main')
		location.href = "../main/main.php", "_self";
		
}
