//Flash Player「あり」「なし」判別
//HTML側に変数をセット(必須以外の項目は必要に応じて追加)
var gFl_astrPara  = {
	'FlVersion': '8',        // 必須(判別用のFlash Playerバージョン設定)
	'typeHTML' : '1',        // 必須(1:XHTML mode 0:HTML mode HTML設定)
	'movie'    : '../flash/demecal/top/demecal_top.swf',  // 必須(swfファイル名設定)
	'width'    : '950',      // 必須(swf 横幅設定)
	'height'   : '300',      // 必須(swf 縦幅設定)
	'id'       : 'top',      // 必須(swf id設定)
	'codebase' : 'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',   // 必須(Flash Player Download Version設定)
	'menu'     : 'true',
	'align'    : 'middle',
	'quality'  : 'high',
	'bgcolor'  : '#ffffff',
	'wmode'    : 'opaque'
}

//FLASH Pluginがない時の処理
function changeImg(div_id){

	for (i=0; i<4; i++){
		var div_name = "demecal-top0"+(i+1);
		document.getElementById(div_name).style.display = "none";
	}
	document.getElementById(div_id).style.display = "block";
}

var gFl_intResult = flash_setHTML(gFl_astrPara);
if (gFl_intResult < 0){
	document.write('<div id="demecal-top01">');
	document.write('<p><img src="../img/demecal/toppage/demecal_top01.jpg" alt="" width="950" height="300" border="0" usemap="#Map01" /></p>');
	document.write('<map name="Map01" id="Map01"><area shape="rect" coords="41,190,330,254" href="../redirect/?url=shopdetail/012000000004" /><area shape="rect" coords="771,0,831,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top02\');" /><area shape="rect" coords="831,0,892,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top03\');" /><area shape="rect" coords="892,0,949,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top04\');" /></map>');
	document.write('</div>');
	document.write('<div id="demecal-top02">');
	document.write('<p><img src="../img/demecal/toppage/demecal_top02.jpg" alt="" width="950" height="300" border="0" usemap="#Map02" /></p>');
	document.write('<map name="Map02" id="Map02"><area shape="rect" coords="41,152,330,216" href="../redirect/?url=shopdetail/012000000005" /><area shape="rect" coords="771,0,831,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top03\');" /><area shape="rect" coords="831,0,892,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top04\');" /><area shape="rect" coords="892,0,949,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top01\');" /></map>');
	document.write('</div>');
	document.write('<div id="demecal-top03">');
	document.write('<p><img src="../img/demecal/toppage/demecal_top03.jpg" alt="" width="950" height="300" border="0" usemap="#Map03" /></p>');
	document.write('<map name="Map03" id="Map03"><area shape="rect" coords="41,152,330,216" href="../redirect/?url=shopdetail/012000000015" /><area shape="rect" coords="771,0,831,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top04\');" /><area shape="rect" coords="831,0,892,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top01\');" /><area shape="rect" coords="892,0,949,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top02\');" /></map>');
	document.write('</div>');
	document.write('<div id="demecal-top04">');
	document.write('<p><img src="../img/demecal/toppage/demecal_top04.jpg" alt="" width="950" height="300" border="0" usemap="#Map04" /></p>');
	document.write('<map name="Map04" id="Map04"><area shape="rect" coords="0,0,771,299" href="products.html" /><area shape="rect" coords="771,0,831,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top01\');" /><area shape="rect" coords="831,0,892,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top02\');" /><area shape="rect" coords="892,0,949,299" href="javascript:void(0);" onclick="javascript:changeImg(\'demecal-top03\');" /></map>');
	document.write('</div>');
}

