function writeAseriesSwf(){ 	// Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)	var hasProductInstall = DetectFlashVer(6, 0, 65);	// Version check based upon the values entered above in "Globals"	var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);	// Location visited after installation is complete if installation is required	var MMredirectURL = window.location;	// Stored value of document title used by the installation process to close the window that started the installation process	// This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete	// DO NOT MODIFY THE FOLLOWING TWO LINES	document.title = document.title.slice(0, 47);	var MMdoctitle = document.title;	// Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback	if ( hasProductInstall && !hasReqestedVersion ) {		var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="760" height="212" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"> <param name="movie" value="../swf/flash_Aseries_ng.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=ActiveX&MMdoctitle='+MMdoctitle+'" /> <param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="../swf/flash_Aseries_ng.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=PlugIn" quality="high" bgcolor="#ffffff"  width="760" height="212" aligh="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed> </object>';		document.write(productInstallOETags);   // embed the Flash Product Installation SWF	} else if (hasReqestedVersion) {  // if we've detected an acceptable version		var OETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" id="flash_Aseries" width="760" height="212"><param name="movie" value="../swf/flash_Aseries.swf?isActiveX=true"><param name="quality" value="high"><embed src="../swf/flash_Aseries.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="212" swLiveConnect=true id="flash_Aseries" name="flash_Aseries"></embed></object>';		document.write(OETags);   // embed the Flash SWF	} else {  // flash is too old or we can't detect the plugin		var alternateContent = '<img src="../common/images/Aseries.gif" width="760" height="212" alt="&quot;W.Walkman&quot;サイトでは、macromedia社のFLASH PLAYERを使用しています。ご覧いただくには右のバナーをクリックしてFLASH PLAYERの最新版(無料)をダウンロードしてください。" usemap="#flashngimg" border="0">';		document.write(alternateContent);  // insert non-flash content	}}function writeEseriesSwf(relativePath){if (!relativePath) relativePath='';	// Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)var hasProductInstall = DetectFlashVer(6, 0, 65);// Version check based upon the values entered above in "Globals"var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);// Location visited after installation is complete if installation is requiredvar MMredirectURL = window.location;// Stored value of document title used by the installation process to close the window that started the installation process// This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete// DO NOT MODIFY THE FOLLOWING TWO LINESdocument.title = document.title.slice(0, 47);var MMdoctitle = document.title;// Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playbackif ( hasProductInstall && !hasReqestedVersion ) {	var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="760" height="264" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"> <param name="movie" value="'+relativePath+'swf/base_ng.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=ActiveX&MMdoctitle='+MMdoctitle+'" /> <param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="'+relativePath+'swf/base_ng.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=PlugIn" quality="high" bgcolor="#ffffff"  width="760" height="264" aligh="middle" play="true" loop="false" quality="high" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed> </object>';	document.write(productInstallOETags);   // embed the Flash Product Installation SWF} else if (hasReqestedVersion) {  // if we've detected an acceptable version	var OETags = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="760" height="264" id="base" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+relativePath+'swf/base.swf" /><param name="quality" value="high" /><param name="wmode" value="opaque" /><param name="bgcolor" value="#ffffff" /><embed src="'+relativePath+'swf/base.swf" quality="high" wmode="opaque" bgcolor="#ffffff" width="760" height="264" name="base" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';	document.write(OETags);   // embed the Flash SWF} else {  // flash is too old or we can't detect the plugin	var alternateContent = '<img src="common/images/top_main.gif" width="760" height="264" alt="&quot;W.Walkman&quot;サイトでは、macromedia社のFLASH PLAYERを使用しています。ご覧いただくには右のバナーをクリックしてFLASH PLAYERの最新版(無料)をダウンロードしてください。" usemap="#flashngimg" border="0">';	document.write(alternateContent);  // insert non-flash content}}function writeSseriesSwf(){	document.writeln('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="290">')	document.writeln('<param name="movie" value="images/swf/flash_Sseries.swf">')	document.writeln('<param name="quality" value="high">')	document.writeln('<embed src="images/swf/flash_Sseries.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="290">')	document.writeln('</embed>')	document.writeln('</object>')}
