//<script language="JavaScript" type="text/javascript">swfWidth="幅";swfHeight="高さ";showSwf()</script>

var swfVersion="8";
var swfDirectory="./"

var VBflash="ShockwaveFlash.ShockwaveFlash."+swfVersion;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if (plugin){
	plugin = parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= swfVersion;
}else{
	document.write('<script language=VBScript>\n');
	document.write('on error resume next\n');
	document.write('plugin=(IsObject(CreateObject(VBflash)))\n');
	document.write('</script\>');
}





function showSwf(){
	
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+swfWidth+'" height="'+swfHeight+'">');
		document.write('<param name="movie" value="'+ swf +'"><param name="loop" value="true"><param name="quality" value="high"><param name="base" value="'+swfDirectory+'">');
		document.write('<embed src="'+ swf +'" base="'+swfDirectory+'" loop="true" quality="high" swLiveConnect="false" width="'+swfWidth+'" height="'+swfHeight+'" type="application/x-shockwave-flash"></embed>');
		document.write('</object>');
	
	}


/*function showSwf(){
	if (plugin){
		document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+swfWidth+'" height="'+swfHeight+'">');
		document.write('<param name="movie" value="'+ swf +'"><param name="loop" value="true"><param name="quality" value="high"><param name="base" value="'+swfDirectory+'">');
		document.write('<embed src="'+ swf +'" base="'+swfDirectory+'" loop="true" quality="high" swLiveConnect="false" width="'+swfWidth+'" height="'+swfHeight+'" type="application/x-shockwave-flash"></embed>');
		document.write('</object>');
	}else{
		document.write('<h1><img src="images/nonflash.jpg" width="950" height="421" usemap="#Map" alt="Life with Design : ZEEKはWEB制作事業の全てをカバーするトータルソリューションサービスカンパニーです"></h1>');
		document.write('<map name="Map" id="Map"><area shape="rect" coords="13,312,236,410" href="./company/" alt="会社案内"><area shape="rect" coords="246,312,469,410" href="./works/" alt="実績紹介"><area shape="rect" coords="480,312,703,410" href="./recruit/" alt="採用情報"><area shape="rect" coords="715,312,938,410" href="https://mx03.all-internet.jp/zeek.jp/inquiry/" alt="お問合せ"></map>');
	}
}
*/

