<!--var plugin;var pluginVer;var pluginCheck = false;function CK() {var brAgent = navigator.userAgent.toUpperCase();var brVer = parseInt(navigator.appVersion);this.NC = ((brAgent.indexOf('MOZILLA') != -1) && ((brAgent.indexOf('SPOOFER')== -1) && (brAgent.indexOf('COMPATIBLE') == -1)));this.IE = (brAgent.indexOf("MSIE") != -1);this.IE4 = (this.IE && (brVer >= 4));this.macIE =(brAgent.indexOf("MAC") != -1 && (brAgent.indexOf("MSIE 4.5") != -1 || brAgent.indexOf("MSIE 4.0") != -1 ));this.win = (brAgent.indexOf("WIN") != -1);}var CK = new CK();if(!CK.macIE && !(CK.win && CK.IE)){	plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;  if(plugin){		pluginVer=parseInt(plugin.description.substring(plugin.description.indexOf(".")-1));	}  if((pluginVer >= 6) && plugin){		pluginCheck = true;	}}if(CK.IE4 && CK.win){	document.write('<SCRIPT LANGUAGE="VB'+'Script"\>\n');	document.write('on error resume next \n');	document.write('Dim flash \n');	document.write('Dim getVer \n');	document.write('flash=IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash"))\n');	document.write('getVer=Left(Hex(Int(CreateObject("ShockwaveFlash.ShockwaveFlash").FlashVersion)),1)\n');	document.write('If (flash) Then \n');	document.write('If getVer>=6 Then \n');	document.write('pluginCheck=true \n');	document.write('End If\n');	document.write('End If\n');	document.write('</S'+'CRIPT\> \n');}if(pluginCheck){	//FlashPlayerがある場合の処理	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,65,0" width="750" height="170" id="flower20042" align="middle">');	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');	document.write('<param name="movie" value="flower.swf" /><param name="loop" value="false" />\n');	document.write('<param name="menu" value="false" /><param name="quality" value="medium" />\n');	document.write('<param name="wmode" value="opaque" /><param name="bgcolor" value="#ffffff" />\n');	document.write('<embed src="flower.swf" loop="false" menu="false" quality="medium" wmode="opaque" bgcolor="#ffffff" width="750" height="170" name="flower" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');	document.write('</object>\n');}else{	//FlashPlayerがない場合の処理	document.write('<div><img src="/img/flash.gif" width="750" height="170" border="0" usemap="#Map" />\n');	document.write('<map name="Map" id="Map">\n');	document.write('<area shape="rect" coords="5,11,217,48" href="/hyoka/fr01000.html" alt="お客様の評価" />\n');	document.write('<area shape="rect" coords="4,48,216,86" href="/voice/fr02000.html" alt="お客様の声" />\n');	document.write('<area shape="rect" coords="4,86,216,123" href="/zero/fr03000.php" alt="不満ゼロへの挑戦" />\n');	document.write('<area shape="rect" coords="4,123,216,160" href="/sbs/promenade/fr04000.html" alt="保険プロムナード" /></map>\n');	document.write('</div>\n');}//-->
