From: =?iso-2022-jp?B?V2luZG93cyBJbnRlcm5ldCBFeHBsb3JlciA4IBskQiRHSl1COCQ1GyhC?=
=?iso-2022-jp?B?GyRCJGwkRiQkJF4kORsoQg==?=
Subject: =?iso-2022-jp?B?GyRCO1hGMztxTkEhJjY1OmAlKyU/JW0lMBsoQg==?=
Date: Thu, 17 Nov 2011 09:28:55 +0900
MIME-Version: 1.0
Content-Type: multipart/related;
type="text/html";
boundary="----=_NextPart_000_0007_01CCA50B.5372FD90"
X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6001.18645
This is a multi-part message in MIME format.
------=_NextPart_000_0007_01CCA50B.5372FD90
Content-Type: text/html;
charset="utf-8"
Content-Transfer-Encoding: quoted-printable
Content-Location: http://sv57.wadax.ne.jp/~text-kyoukyuu-or-jp/22digitalbook/
=EF=BB=BF
=E3=82=BF=E3=82=A4=E3=83=88=E3=83=AB=EF=BC=9A =
=E6=8C=87=E5=B0=8E=E8=B3=87=E6=96=99=E3=83=BB=E6=95=99=E6=9D=90=E3=82=AB=E3=
=82=BF=E3=83=AD=E3=82=B0
=E3=82=AD=E3=83=BC=E3=83=AF=E3=83=BC=E3=83=89=EF=BC=9A
=E4=BD=9C=E6=88=90=E6=97=A5=EF=BC=9A 2010/09/16 15:38:00
=E8=AA=AC=E6=98=8E=EF=BC=9A
------=_NextPart_000_0007_01CCA50B.5372FD90
Content-Type: application/octet-stream
Content-Transfer-Encoding: quoted-printable
Content-Location: http://sv57.wadax.ne.jp/~text-kyoukyuu-or-jp/22digitalbook/lib/AC_RunActiveContent.js
//v1.7=0A=
// Flash Player Version Detection=0A=
// Detect Client Browser type=0A=
// Copyright 2005-2007 Adobe Systems Incorporated. All rights reserved.=0A=
var isIE =3D (navigator.appVersion.indexOf("MSIE") !=3D -1) ? true : =
false;=0A=
var isWin =3D (navigator.appVersion.toLowerCase().indexOf("win") !=3D =
-1) ? true : false;=0A=
var isOpera =3D (navigator.userAgent.indexOf("Opera") !=3D -1) ? true : =
false;=0A=
=0A=
function ControlVersion()=0A=
{=0A=
var version;=0A=
var axo;=0A=
var e;=0A=
=0A=
// NOTE : new ActiveXObject(strFoo) throws an exception if strFoo isn't =
in the registry=0A=
=0A=
try {=0A=
// version will be set for 7.X or greater players=0A=
axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");=0A=
version =3D axo.GetVariable("$version");=0A=
} catch (e) {=0A=
}=0A=
=0A=
if (!version)=0A=
{=0A=
try {=0A=
// version will be set for 6.X players only=0A=
axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");=0A=
=0A=
// installed player is some revision of 6.0=0A=
// GetVariable("$version") crashes for versions 6.0.22 through 6.0.29,=0A=
// so we have to be careful. =0A=
=0A=
// default to the first public version=0A=
version =3D "WIN 6,0,21,0";=0A=
=0A=
// throws if AllowScripAccess does not exist (introduced in 6.0r47) =0A=
axo.AllowScriptAccess =3D "always";=0A=
=0A=
// safe to call for 6.0r47 or greater=0A=
version =3D axo.GetVariable("$version");=0A=
=0A=
} catch (e) {=0A=
}=0A=
}=0A=
=0A=
if (!version)=0A=
{=0A=
try {=0A=
// version will be set for 4.X or 5.X player=0A=
axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");=0A=
version =3D axo.GetVariable("$version");=0A=
} catch (e) {=0A=
}=0A=
}=0A=
=0A=
if (!version)=0A=
{=0A=
try {=0A=
// version will be set for 3.X player=0A=
axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");=0A=
version =3D "WIN 3,0,18,0";=0A=
} catch (e) {=0A=
}=0A=
}=0A=
=0A=
if (!version)=0A=
{=0A=
try {=0A=
// version will be set for 2.X player=0A=
axo =3D new ActiveXObject("ShockwaveFlash.ShockwaveFlash");=0A=
version =3D "WIN 2,0,0,11";=0A=
} catch (e) {=0A=
version =3D -1;=0A=
}=0A=
}=0A=
=0A=
return version;=0A=
}=0A=
=0A=
// JavaScript helper required to detect Flash Player PlugIn version =
information=0A=
function GetSwfVer(){=0A=
// NS/Opera version >=3D 3 check for Flash plugin in plugin array=0A=
var flashVer =3D -1;=0A=
=0A=
if (navigator.plugins !=3D null && navigator.plugins.length > 0) {=0A=
if (navigator.plugins["Shockwave Flash 2.0"] || =
navigator.plugins["Shockwave Flash"]) {=0A=
var swVer2 =3D navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";=0A=
var flashDescription =3D navigator.plugins["Shockwave Flash" + =
swVer2].description;=0A=
var descArray =3D flashDescription.split(" ");=0A=
var tempArrayMajor =3D descArray[2].split("."); =0A=
var versionMajor =3D tempArrayMajor[0];=0A=
var versionMinor =3D tempArrayMajor[1];=0A=
var versionRevision =3D descArray[3];=0A=
if (versionRevision =3D=3D "") {=0A=
versionRevision =3D descArray[4];=0A=
}=0A=
if (versionRevision[0] =3D=3D "d") {=0A=
versionRevision =3D versionRevision.substring(1);=0A=
} else if (versionRevision[0] =3D=3D "r") {=0A=
versionRevision =3D versionRevision.substring(1);=0A=
if (versionRevision.indexOf("d") > 0) {=0A=
versionRevision =3D versionRevision.substring(0, =
versionRevision.indexOf("d"));=0A=
}=0A=
}=0A=
var flashVer =3D versionMajor + "." + versionMinor + "." + =
versionRevision;=0A=
}=0A=
}=0A=
// MSN/WebTV 2.6 supports Flash 4=0A=
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") !=3D =
-1) flashVer =3D 4;=0A=
// WebTV 2.5 supports Flash 3=0A=
else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") !=3D =
-1) flashVer =3D 3;=0A=
// older WebTV supports Flash 2=0A=
else if (navigator.userAgent.toLowerCase().indexOf("webtv") !=3D -1) =
flashVer =3D 2;=0A=
else if ( isIE && isWin && !isOpera ) {=0A=
flashVer =3D ControlVersion();=0A=
} =0A=
return flashVer;=0A=
}=0A=
=0A=
// When called with reqMajorVer, reqMinorVer, reqRevision returns true =
if that version or greater is available=0A=
function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)=0A=
{=0A=
versionStr =3D GetSwfVer();=0A=
if (versionStr =3D=3D -1 ) {=0A=
return false;=0A=
} else if (versionStr !=3D 0) {=0A=
if(isIE && isWin && !isOpera) {=0A=
// Given "WIN 2,0,0,11"=0A=
tempArray =3D versionStr.split(" "); // ["WIN", "2,0,0,11"]=0A=
tempString =3D tempArray[1]; // "2,0,0,11"=0A=
versionArray =3D tempString.split(","); // ['2', '0', '0', '11']=0A=
} else {=0A=
versionArray =3D versionStr.split(".");=0A=
}=0A=
var versionMajor =3D versionArray[0];=0A=
var versionMinor =3D versionArray[1];=0A=
var versionRevision =3D versionArray[2];=0A=
=0A=
// is the major.revision >=3D requested major.revision AND the minor =
version >=3D requested minor=0A=
if (versionMajor > parseFloat(reqMajorVer)) {=0A=
return true;=0A=
} else if (versionMajor =3D=3D parseFloat(reqMajorVer)) {=0A=
if (versionMinor > parseFloat(reqMinorVer))=0A=
return true;=0A=
else if (versionMinor =3D=3D parseFloat(reqMinorVer)) {=0A=
if (versionRevision >=3D parseFloat(reqRevision))=0A=
return true;=0A=
}=0A=
}=0A=
return false;=0A=
}=0A=
}=0A=
=0A=
function AC_AddExtension(src, ext)=0A=
{=0A=
if (src.indexOf('?') !=3D -1)=0A=
return src.replace(/\?/, ext+'?'); =0A=
else=0A=
return src + ext;=0A=
}=0A=
=0A=
function AC_Generateobj(objAttrs, params, embedAttrs) =0A=
{=0A=
var ret =3D false;=0A=
if (params["return"] =3D=3D "1") {=0A=
ret =3D true;=0A=
delete params["return"];=0A=
}=0A=
=0A=
var str =3D '';=0A=
if (isIE && isWin && !isOpera)=0A=
{=0A=
str +=3D '