
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="552" height="348">');
      document.write('<param name="movie" value="img/dvr_a15.swf">');
      document.write('<param name="quality" value="best">');
	  document.write('<param name="wmode" value="opaque">');
      document.write('<embed src="img/dvr_a15.swf" quality="best" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="552" height="348"></embed>');
    document.write('</object>');
} else{
	//プラグインチェック　失敗
	document.write('<table width="552" height="348" border="0" cellpadding="0" cellspacing="0">');
    	document.write("<tr>");
			document.write('<td><img src="img/a15_main_01.jpg" alt="高速記録とともに、記録精度の向上、静音性を徹底追求したアドバンスモデル、DVR-A15J登場。" width="552" height="99"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><table width="552" height="41" border="0" cellspacing="0" cellpadding="0"><tr>');
				document.write('<td width="31"><img src="img/a15_main_02.jpg" width="31" height="41"></td>');
				document.write('<td width="344"><a href="point/index.html"><img src="img/a15_main_03.jpg" alt="DVD±Rで20倍速を実現、圧倒的な記録速度" width="200" height="41" border="0"></a></td>');
				document.write('<td width="177"><img src="img/a15_main_04.jpg" width="321" height="41"></td>');
			document.write('</tr></table></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/a15_main_05.jpg" width="552" height="15"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><table width="552" height="41" border="0" cellspacing="0" cellpadding="0"><tr>');
				document.write('<td><img src="img/a15_main_06.jpg" width="64" height="41"></td>');
				document.write('<td><a href="point/point2.html"><img src="img/a15_main_07.jpg" alt="高速書き込みも安心の卓越した記録精度" width="200" height="41" border="0"></a></td>');
				document.write('<td><img src="img/a15_main_08.jpg" width="288" height="41"></td>');
			document.write('</tr></table></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/a15_main_09.jpg" width="552" height="13"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><table width="552" height="41" border="0" cellspacing="0" cellpadding="0"><tr>');
				document.write('<td><img src="img/a15_main_10.jpg" width="16" height="41"></td>');
				document.write('<td><a href="point/point3.html"><img src="img/a15_main_11.jpg" alt="新構造の静音設計でさらに静かな動作音" width="210" height="41" border="0"></a></td>');
				document.write('<td><img src="img/a15_main_12.jpg" width="326" height="41"></td>');
			document.write('</tr></table></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/a15_main_13.jpg" width="552" height="14"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><table width="552" height="41" border="0" cellspacing="0" cellpadding="0"><tr>');
				document.write('<td><img src="img/a15_main_14.jpg" width="51" height="41"></td>');
				document.write('<td><a href="point/point4.html"><img src="img/a15_main_15.jpg" alt="便利で使いやすい多彩な機能" width="151" height="41" border="0"></a></td>');
				document.write('<td><img src="img/a15_main_16.jpg" width="350" height="41"></td>');
			document.write('</tr></table></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/a15_main_17.jpg" alt="DVD/CDライター DVR-A15J" width="552" height="43"></td>');
		document.write('</tr>');
	document.write('</table>');
}
}



