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 flashGetHref() { return location.href; }function flashPutHref(href) { location.href = href; }function flashGetTitle() { return document.title; }function flashPutTitle(title) { document.title = title; }function setTopFlash(ModeNumber){	if (getFlashPlayerVersion() < 8) {		document.write (         '<table border="0" cellpadding="0" cellspacing="0">' +         '<tr>' +         '<td><div id="noFlash"><div class="noFlash_copy"><img src="images/noflash_copy.png" /></div><img src="images/swf/1.jpg" /></div></td>' +         ' </tr>' +         '<tr>' +         '<td><a href="http://www.adobe.com/shockwave/download/download.cgi?P5_Language=Japanese&amp;Lang=Japanese&amp;P1_Prod_Version=ShockwaveFlash&amp;Lang=Japanese" target="_blank"><img src="images/noflash.jpg" width="478" height="323" border="0" alt="こちらのページをご覧頂く為には、最新のFlash Media Playerをインストールする必要がございます。 " /></a></td>' +         '</tr>' +         '</table>' 					);	} else {		document.write (			'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" ' +			'width="478" height="620">' +			'<param name="movie" value="../../images/news.swf'+location.search+'" \/>' +			'<param name="menu" value="false" \/>' +			'<param name="quality" value="high" \/>' +			'<param name="bgcolor" value=#FFFFFF \/>' +			'<param name="allowScriptAccess" value="sameDomain" \/>' +			'<embed src="../../images/news.swf'+location.search+'" menu="false" quality="high" bgcolor="#FFFFFF" width="478" height="620"' +			'swLiveConnect="true" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="https://www.macromedia.com/go/getflashplayer"' +			' ><\/embed><\/object><br>'		);			}}