//グローバルナビ画像ON/OFF分岐

//パス取得

path = location.pathname;

if(path.match("/lineup/")){
	document.getElementById("hdj_headerMenuList1").setAttribute("src","/common/images/header/menu1_stay.gif");
}
else if(path.match("/panda/")){
	document.getElementById("hdj_headerMenuList2").setAttribute("src","/common/images/header/menu2_stay.gif");
}
else if(path.match("/goods/")){
	document.getElementById("hdj_headerMenuList2").setAttribute("src","/common/images/header/menu2_stay.gif");
}
else if(path.match("/discover/")){
	document.getElementById("hdj_headerMenuList3").setAttribute("src","/common/images/header/menu3_stay.gif");
}
else if(path.match("/experience/")){
	document.getElementById("hdj_headerMenuList4").setAttribute("src","/common/images/header/menu4_stay.gif");
}
else if(path.match("/support/demoride/")){
	document.getElementById("hdj_headerMenuList4").setAttribute("src","/common/images/header/menu4_stay.gif");
}
else if(path.match("/event/")){
	document.getElementById("hdj_headerMenuList4").setAttribute("src","/common/images/header/menu4_stay.gif");
}
else if(path.match("/support/")){
	if(!path.match("/support/catalog/")){
		if(!path.match("/support/catalog2/")){
			document.getElementById("hdj_headerMenuList5").setAttribute("src","/common/images/header/menu5_stay.gif");
		}
	}
/*
	if(path.match("/support/present/")) {
		document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6.gif");
	}
*/
}
else if(path.match("/dl/")){
	document.getElementById("hdj_headerMenuList5").setAttribute("src","/common/images/header/menu5_stay.gif");
}
else if(path.match("/owners/")){
	document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
}
else if(path.match("/hog/")){
	document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
}
else if(path.match("/recall/")){
	document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
}
else if(path.match("/stolen/")){
	document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
}
else if(path.match("/company/")){
	document.getElementById("hdj_headerMenuList7").setAttribute("src","/common/images/header/menu7_stay.gif");
}


