var MM_contentVersion = 8;
var temp=new String()
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)) {
   var vb = "";
	vb += '<SCR' + 'IPT LANGUAGE=VBScript\> \n'; //FS hide this from IE4.5 Mac by splitting the tag
	vb += 'on error resume next \n';
	vb += 'MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n';
	vb += '</SCR' + 'IPT\> \n';
	document.write(vb);
}
if ( MM_FlashCanPlay ) {
temp = ""
temp+="<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'"
temp+="        codebase='http://download.macromedia.com/pub/shockwave/"
                  temp+="cabs/flash/swflash.cab'"
temp+="        id   = 'movie' " 
temp+="        width   = '805' " 
temp+="        height  = '312' >"
temp+="<param  name    = movie value='lalaTop.swf'>"
temp+="<param  name    = quality value=high>"
temp+="<param name='wmode' value='opaque' />"
temp+="<embed  src     = 'lalaTop.swf' "
temp+="        quality = high  "
temp+="        width   = '805' wmode='opaque' swLiveConnect=true id='movie' name='movie'"
temp+="        height  = '312'"
temp+="        type    = 'application/x-shockwave-flash' "
temp+="        pluginspage='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash'>"
temp+="</embed>"
temp+="</object>"
}
else{
temp+='<a href="/sc/sc_map.html"><img src="/img/no_flash.jpg" alt="訪れたくなる空間と心豊かになれる時代のマネジメントを目指して" width="805" height="312" /></a>'
}

document.write(temp);
