<!--
var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
if(hasRightVersion) {
	if (AC_FL_RunContent == 0) {
	} else {
		AC_FL_RunContent(
			'codebase', 'http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '870',
			'height', '550',
			'src', 'movies',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', '',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'site',
			'bgcolor', '#ffffff',
			'name', 'JFWFlash',
			'menu', 'true',
			'allowScriptAccess','sameDomain',
			'movie', 'movies',
			'salign', ''
			);
	}
} else {
document.write('<div id=\"opening_margin\"><img src=\"images/opening_logo.gif\"></div>');
document.write('<div><a href=\"ja/top.html\" target=\"_self\">');
document.write('<img src=\"images/opening_ja.gif\" alt=\"日本語はこちら\" width=\"80\" height=\"14\" border=\"0\"/></a>');
document.write('<img src=\"images/opening_line.gif\" width=\"18\" height=\"14\">');
document.write('<a href=\"en/top.html\" target=\"_self\">');
document.write('<img src=\"images/opening_en.gif\" alt=\"Enter English site\" width=\"118\" height=\"14\" border=\"0\"/></a></div>');
}
// -->


	
	
	
	
	
