// JavaScript Document


var plugin = 0;
if(navigator.mimeTypes &&
	 navigator.mimeTypes["application/x-shockwave-flash"] &&
	 navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin){
	if(navigator.plugins && navigator.plugins["Shockwave Flash"]){
		plugin = 1;
	}
}
else if(navigator.userAgent && (navigator.userAgent.indexOf("MSIE") >= 0) &&
	(navigator.userAgent.indexOf("Win") >= 0)){
	document.write('<SCRIPT LANGUAGE="VBScript"\> \n');
	document.write('on error resume next \n');
	document.write('plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.3")))\n');
	document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.4")))\n');
	document.write('if ( plugin <= 0 ) then plugin = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))\n');
	document.write('</SCRIPT\> \n');
}


function flatop(){
	if(plugin){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="900" height="252" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="swf/top.swf" />');
	document.write('<param name="wmode" value="opaque" />');
	document.write('<param name="quality" value="high" />');
	document.write('<embed src="swf/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="252" wmode="opaque"></embed>');
	document.write('</object>');

	}else{
		document.write('<img src="images/flash.jpg" alt="このサイトをご覧いただくにはFLASH PLAYERが必要です" border="0" usemap="#Map"><map name="Map" id="Map"><area shape="circle" coords="764,399,64" href="staff/index.html" /><area shape="circle" coords="625,397,64" href="chara/index.html" /><area shape="circle" coords="494,396,64" href="story/index.html" /></map>');
	}
}


  

