<!-- Flash設定 // --><!--function isWin () { return (navigator.appVersion.indexOf ("Win") != -1); }function isIE () { return (navigator.appName.indexOf ("Explorer") != -1); }function isWinIE () { return (isWin () && isIE ()); }function getFlashPlayerVersion() { if (navigator.plugins) with (navigator) { var s = "application/x-shockwave-flash"; if (mimeTypes && mimeTypes [s] && mimeTypes [s].enabledPlugin) nFlashPlayerVersion = navigator.plugins ["Shockwave Flash"].description.match (/\d+/); } return parseInt (nFlashPlayerVersion); }; var nFlashPlayerVersion = 0; if (isWinIE ()) document.write ('<scr' + 'ipt type="text/vbscript" language="VBScript"\>\nPrivate i, b\nOn Error Resume Next\nFor i = 8 To 1 Step -1\nb = (IsObject (CreateObject ("ShockwaveFlash.ShockwaveFlash." & i)))\nIf b Then \nnFlashPlayerVersion = i\nExit For\nEnd If\nNext\n</scr' + 'ipt\>');function setFlash(verNumber,swfImgName,swfImgWidth,swfImgHeight,swfBgColor,pluginImgName,pluginImgAlt,pluginImgWidth,pluginImgHeight,mapMode,mapName){	if (getFlashPlayerVersion() < verNumber && mapMode == 1) {		document.write (		'<img src="' + pluginImgName + '" alt="' + pluginImgAlt + '" width="' + pluginImgWidth + '" height="' + pluginImgHeight + '" border="0" usemap="' + mapName + '">'		);	} else if (getFlashPlayerVersion() < verNumber && mapMode == 0) {		document.write (		'<img src="' + pluginImgName + '" alt="' + pluginImgAlt + '" width="' + pluginImgWidth + '" height="' + pluginImgHeight + '" border="0">'		);	} else {		document.write (		'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=' + verNumber + ',0,0,0" width="' + swfImgWidth + '" height="' + swfImgHeight + '">' +		'<param name="movie" value="' + swfImgName + '">' +		'<param name="menu" value="false">' +		'<param name="quality" value="high">' +		'<param name="bgcolor" value="' + swfBgColor + '">' +		'<param name="allowScriptAccess" value="sameDomain">' +		'<param name="wmode" value="opaque">' +		'<embed src="' + swfImgName + '" menu="false" quality="high" bgcolor="' + swfBgColor + '" width="' + swfImgWidth + '" height="' + swfImgHeight + '" swLiveConnect="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer"><\/embed><\/object><br>'		);	}}// --><!--function commonLink(callValue) {  if(callValue == "nop") { return true; }  if(callValue.substring(0,7) != 'http://') {    callValue = "" + callValue;  }if(confirm == false) { return true; }window.open(callValue,'Relation','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=1');return false;}// --><!--var winfl=0;			function newwindow(){				winfl=1;				//var w01				newWindow= window.open("","newwindow","toolbar=0,width=540,height=600,directories=0,resizable=yes,scrollbars=yes,status=0,menubar=0,location=0");				newWindow.focus();			 }// --><!--function rollover( _image , _imagepath ){eval( "document." + _image + ".src='" + _imagepath + "';" );}// --><!-- テーブルストライプ設定 // --><!--function doZebra () {	var tables = document.getElementsByTagName("table");	for (var i = 0; i < tables.length; i++) {		if (tables[i].className.match(/zebra/)) {			zebra(tables[i]);		}	}}function zebra (table) {	var current = "odd";	var trs = table.getElementsByTagName("tr");	for (var i = 0; i < trs.length; i++) {		trs[i].className += " " + current;		current = current == "even" ? "odd" : "even";	}}window.onload = doZebra;-->