﻿var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= 5 ) {
	// Check for Flash version 4 or greater in Netscape
	document.write('<embed src="http://rekigun.net/img/title0901-2-03.swf" quality="high" bgcolor="#221E1F" ');
	document.write(' swLiveConnect=false width="500" height="350" loop="false"');
	document.write(' type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" align="middle"');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)){
	// Netscape 2 will display the IMG tag below so don't write an extra one
	document.write('<img src="http://rekigun.net/img/home/title0907.gif" width="500" height="350" align="middle" border="0" alt="歴史群像－学研デジタル歴史館" />');
} else {
	document.write('<img src="http://rekigun.net/img/home/title0907.gif" width="500" height="350" align="middle" border="0" alt="歴史群像－学研デジタル歴史館" />');
}