path = location.pathname;

if(path.match("/company/info/")){
	document.getElementById("subNavi01").setAttribute("id","active");
}
else if(path.match("/company/csr/")){
	document.getElementById("subNavi02").setAttribute("id","active");
}
else if(path.match("/company/recruit/")){
	document.getElementById("subNavi03").setAttribute("id","active");
}
else if(path.match("/company/dealer/")){ 
	document.getElementById("subNavi04").setAttribute("id","active");
}
else if(path.match("/company/inquiry/")){ 
	document.getElementById("subNavi05").setAttribute("id","active");
}
else if(path.match("/press/contact/")){ 
	document.getElementById("subNavi06").setAttribute("id","active");
}
