if(playerVersion["major"] > requiredver) {
	//alert(requiredver + "より上");
	var flashvars={}; var params={}; var attributes={};
	flashvars.swfpath = "swf/index.swf"; params.menu = "false";
	swfobject.embedSWF("swf/index.swf", "headerGraphics", "717", "249", "8", "", flashvars, params, attributes);
} else {
	//alert(requiredver + "以下");
	var targetNode = document.getElementById("headerGraphics");
	var replaceNode = document.createElement("div");
	replaceNode.id = "headerGraphics";
	var repImgNode = document.createElement("img");
	repImgNode.src = "./img/pic_flash7.gif";
	repImgNode.alt = "Choose Your Location";
	repImgNode.width = "717";
	repImgNode.height = "249";
	repImgNode.border = "0";
	repImgNode.useMap = "#Map";
	var repMapNode = document.createElement("map");
	repMapNode.id="Map";
	repMapNode.name="Map";
	var areaArray = [
					{"shape":"rect", "coords":"380,175,432,192", "href":"network/index.htm#africa", "alt":"Africa", "target":"_self"}, 
					{"shape":"rect", "coords":"9,160,61,177", "href":"network/index.htm#africa", "alt":"Africa", "target":"_self"}, 
					{"shape":"rect", "coords":"479,162,564,179", "href":"network/index.htm#middleeast", "alt":"Middle East", "target":"_self"}, 
					{"shape":"rect", "coords":"9,136,94,153", "href":"network/index.htm#middleeast", "alt":"Middle East", "target":"_self"}, 
					{"shape":"rect", "coords":"642,181,705,198", "href":"network/index.htm#oceania", "alt":"Oceania", "target":"_self"}, 
					{"shape":"rect", "coords":"9,112,72,129", "href":"network/index.htm#oceania", "alt":"Oceania", "target":"_self"}, 
					{"shape":"rect", "coords":"628,105,671,122", "href":"network/index.htm#asia", "alt":"Asia", "target":"_self"}, 
					{"shape":"rect", "coords":"9,88,52,105", "href":"network/index.htm#asia", "alt":"Asia", "target":"_self"}, 
					{"shape":"rect", "coords":"390,30,447,47", "href":"network/index.htm#europe", "alt":"Europe", "target":"_self"}, 
					{"shape":"rect", "coords":"9,65,66,82", "href":"network/index.htm#europe", "alt":"Europe", "target":"_self"}, 
					{"shape":"rect", "coords":"299,103,396,120", "href":"network/index.htm#americas", "alt":"The Americas", "target":"_self"}, 
					{"shape":"rect", "coords":"9,40,106,57", "href":"network/index.htm#americas", "alt":"The Americas", "target":"_self"},
					{"shape":"rect", "coords":"13,199,105,234", "href":"http://get.adobe.com/flashplayer/", "alt":"FlashPlayer Download", "target":"_blank"}
					];
	for(var i=0; i<areaArray.length; i++) {
		var repAreaNode = document.createElement("area");
		repAreaNode.shape = areaArray[i]["shape"];
		repAreaNode.coords = areaArray[i]["coords"];
		repAreaNode.href = areaArray[i]["href"];
		repAreaNode.alt = areaArray[i]["alt"];
		repAreaNode.target = areaArray[i]["target"];
		repMapNode.appendChild(repAreaNode);
	}
	replaceNode.appendChild(repImgNode);
	replaceNode.appendChild(repMapNode);
	targetNode.parentNode.replaceChild(replaceNode, targetNode);
}
