function tepChange(name){
	if(name == "tepId01"){
		location.href = "/store/info/store_info.jsp";	
	}
	if(name == "tepId02"){
		location.href = "/store/info/cs_list.jsp";	
	}
	if(name == "tepId03"){
		location.href = "/store/info/faq_list.jsp";	
	}
}