<!-- flashアクティブコントロール設定等 -->


var MM_contentVersion = 8;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</SCR' + 'IPT\> \n');
}
/*----------------メインフラッシュ部分-------------------*/
function plug_in_check_main_swf() {
if ( MM_FlashCanPlay ) {	
	//プラグインチェック　成功
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="902" height="427">');
      document.write('<param name="movie" value="av_top080826.swf">');
      document.write('<param name="quality" value="high">');
	  document.write('<param name="wmode" value="opaque">');
      document.write('<embed src="av_top080826.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="902" height="427"></embed>');
    document.write('</object>');
} else{
	//プラグインチェック　失敗
	document.write('<table width="902" height="427" border="0" cellpadding="0" cellspacing="0">');
    	document.write("<tr>");
			document.write('<td><a href="http://pioneer.jp/" target="_blank"><img src="images/daigae_01.jpg" alt="Pioneer" width="241" height="56" border="0"></a></td>');
			document.write('<td><table width="661" height="56" border="0" cellspacing="0" cellpadding="0">');
				document.write('<tr>');
					document.write('<td colspan="2"><img src="images/daigae_02.jpg" width="661" height="24"></td>');
				document.write('</tr>');
				document.write('<tr>');
					document.write('<td><img src="images/daigae_03.jpg" width="595" height="32"></td>');
					document.write('<td><a href="javascript:top.window.close();"><img src="images/daigae_04.jpg" alt="CLOSE" width="66" height="32" border="0"></a></td>');
				document.write('</tr>');
			document.write('</table></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td colspan="2"><img src="images/daigae_05.jpg" alt="楽しくAVのイロハを学ぶ。AV基礎知識　AVの世界を楽しみながら学べる、幅広い情報が盛りだくさんのお役立ちサイト" width="902" height="371"></td>');
		document.write('</tr>');
	document.write('</table>');
}
}

