//グローバルナビ画像ON/OFF分岐

	//パス取得

	path = location.pathname;
	

	if(path.match("/lineup/")){
		if (path.match("/dc/")){
			document.getElementById("hdj_headerMenuList2").setAttribute("src","/common/images/header/menu2_stay.gif");
		}else {
			document.getElementById("hdj_headerMenuList1").setAttribute("src","/common/images/header/menu1_stay.gif");
		}
	}else if(path.match("/hdloan/")){
		document.getElementById("hdj_headerMenuList1").setAttribute("src","/common/images/header/menu1_stay.gif");
	}else if(path.match("/hdcard/")){
		document.getElementById("hdj_headerMenuList1").setAttribute("src","/common/images/header/menu1_stay.gif");
	}else if(path.match("/2010newmodel/")){
		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_headerMenuList3").setAttribute("src","/common/images/header/menu3_stay.gif");
	}else if(path.match("/hog/support/")){
		document.getElementById("hdj_headerMenuList7").setAttribute("src","/common/images/header/menu7_stay.gif");
	}else if(path.match("/support/")){
		if (path.match("/demoride/")){
			if (path.match("/support/demoride/index.html")){
				document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
			}else {
				document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
			}
		}else if(path.match("/catalog/")){//資料請求
			document.getElementById("hdj_headerMenuList4").setAttribute("src","/common/images/header/menu4_off.gif");
		}else if(path.match("/catalog2/")){//資料請求（有料）
			document.getElementById("hdj_headerMenuList4").setAttribute("src","/common/images/header/menu4_off.gif");
		}else if(path.match("/download/")){//オリジナル壁紙ダウンロード
			document.getElementById("hdj_headerMenuList4").setAttribute("src","/common/images/header/menu4_off.gif");
		}else {
			document.getElementById("hdj_headerMenuList1").setAttribute("src", "/common/images/header/menu1_stay.gif");
		}
	}else if(path.match("/lifestyle/")){ //ハーレーの楽しみ
		document.getElementById("hdj_headerMenuList7").setAttribute("src","/common/images/header/menu7_stay.gif");
	}else if(path.match("/library/")){ 
		if (path.match("/mygarage/")){
			//マイ ハーレーガレージ
			document.getElementById("hdj_headerMenuList3").setAttribute("src","/common/images/header/menu3_stay.gif");
		}else{
			//ハーレーライブラリー
			document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
		}
	}else if(path.match("/hog/")){ //H.O.G.
		document.getElementById("hdj_headerMenuList8").setAttribute("src","/common/images/header/menu8_stay.gif");
	}else if(path.match("/company/")){ //企業情報
		document.getElementById("hdj_headerMenuList8").setAttribute("src","/common/images/header/menu8_off.gif");
	}else if(path.match("/event/")){
		document.getElementById("hdj_headerMenuList4").setAttribute("src","/common/images/header/menu4_stay.gif");
	}else if(path.match("/dl/")){
		if (path.match("/dl/dealerTDList.html")){//試乗
			document.getElementById("hdj_headerMenuList6").setAttribute("src","/common/images/header/menu6_stay.gif");
		}else {
			document.getElementById("hdj_headerMenuList5").setAttribute("src","/common/images/header/menu5_stay.gif");
		}
	};