document.open();
var MM_contentVersion = 7;
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.writeln('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.writeln('on error resume next \n');
	document.writeln('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.writeln('</SCR' + 'IPT\> \n');
}
if ( MM_FlashCanPlay ) {
	document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.writeln('  codebase="http://www.adobe.com/go/getflashplayer_jp" ');
	document.writeln(' ID="menu" width="753px" height="60px" ALIGN="">');
	document.writeln(' <PARAM NAME=movie VALUE="./c-common/swf/estate_head.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> '); 
	document.writeln(' <EMBED src="./c-common/swf/estate_head.swf" quality=high bgcolor=#FFFFFF ');
	document.writeln(' swLiveConnect=FALSE width="753px" height="60px" NAME="menu" ALIGN=""' );
	document.writeln(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.adobe.com/go/getflashplayer_jp">');
	document.writeln(' </EMBED>');
	document.writeln(' </OBJECT>');
} else{
	document.writeln('<a href="http://www.adobe.com/go/getflashplayer_jp" target="_blank">');
	document.writeln('<IMG SRC="./c-common/img/flash_non_head.gif" width="753px" height="60px" usemap="#menu" BORDER=0>');
	document.writeln('</a>');
}
document.close();