// JavaScript Document
<!--
var MM_contentVersion = 6;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
	document.write(' WIDTH="740" HEIGHT="89">');
	document.write(' <PARAM NAME=movie VALUE="../header.swf"> <PARAM NAME=quality VALUE=high>  '); 
	document.write(' <EMBED src="../header.swf"  ');
	document.write(' WIDTH="740" HEIGHT="89"');
	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
	document.write(' </EMBED>');
	document.write(' </OBJECT>');
} else{
	document.write('<img src="../img/top_noflash_header.gif" alt="メニュー" width="740" height="89" border="0" usemap="#Map">');
	document.write('<map name="Map">');
	document.write('<area shape="rect" coords="8,8,251,81" href="http://www.murakyu.jp/" target="" alt="村上給食株式会社">');
	document.write('<area shape="poly" coords="587,42,572,42,556,37,544,32,539,22,546,12,561,6,591,3,622,7,642,16,644,22,643,31,623,40,597,42,596,52"');
	document.write(' href="http://www.murakyu.jp/factory/index.html" alt="バーチャル工場見学をしませんか？">');
	document.write('<area shape="poly" coords="724,66,664,71,663,52,721,46,731,52"');
	document.write(' href="http://www.murakyu.jp/sitemap/index.html" alt="サイトマップ">');
	document.write('</map>');
}
//-->
