var contentVersion = 9;
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 PluginVersion = words[i]; 
	}
	var FlashCanPlay = PluginVersion >= 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('FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}

function openFlash(){
	if(FlashCanPlay){
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="650" height="450" id="profile" align="middle" class="as_fo">\n');
		document.write('<param name="movie" value="TOPflash.swf" />\n');
		document.write('<param name="quality" value="best" />\n');
		document.write('<param name="bgcolor" value="#ffffff" />\n');
		document.write('<embed src="TOPflash.swf" quality="best" bgcolor="#ffffff" width="650" height="450" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');
		document.write('</object>\n');
	}
	else{
		document.write('<a href="http://www.adobe.com/go/getflashplayer_jp" target="_blank"><img src="./images/id_flash.gif" width="650" height="450" alt="このページでは、コンテンツにFlashを使用しています。ご覧いただくには、この画像をクリックしてFlash Playerのインストールを行ってください。"></a>\n');
	}
}

function openFlash2(){
	if(FlashCanPlay){
		document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="650" height="450" id="originswf" align="middle">\n');
		document.write('<param name="movie" value="origin.swf" />\n');
		document.write('<param name="quality" value="best" />\n');
		document.write('<param name="bgcolor" value="#ffffff" />\n');
		document.write('<embed src="origin.swf" quality="best" bgcolor="#ffffff" width="650" height="450" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed>\n');
		document.write('</object>\n');
	}
	else{
		document.write('<a href="http://www.adobe.com/go/getflashplayer_jp" target="_blank"><img src="./images/id_flash.gif" width="650" height="450" alt="このページでは、コンテンツにFlashを使用しています。ご覧いただくには、この画像をクリックしてFlash Playerのインストールを行ってください。"></a>\n');
	}
}
