
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/dvrs16.swf">');
      document.write('<param name="quality" value="best">');
	  document.write('<param name="wmode" value="opaque">');
      document.write('<embed src="img/dvrs16.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/tf_s1.jpg" alt="従来モデルを上回る圧倒的な静音性、防塵性、記録精度を 実現したアドバンスモデル、DVR-S16J登場。S-ATA Serial ATAインターフェイス"border="0"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_s2.jpg" width="552" height="20"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_s3.jpg" width="26" height="41"border="0"><a href="point/index.html"border="0"><img src="img/tf_s4.jpg" alt="1.DVD±Rで20倍速を実現 圧倒的な記録速度" width="210" height="41"border="0"><img src="img/tf_s5.jpg" width="315" height="41"border="0"></td>');
				document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_16.jpg" width="552" height="15"border="0"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_s6.jpg" width="44" height="42"border="0"><a href="point/point2.html"border="0"><img src="img/tf_s7.jpg" alt="2.高速書き込みも安心の 卓越した記録精度"border="0"><img src="img/tf_s8.jpg"border="0" ></td>');
			document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_17.jpg"border="0"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_s9.jpg"border="0"><a href="point/point3.html"><img src="img/tf_s10.jpg" alt="3.新メカニズム採用で 進化した防塵・静音性能"border="0"><img src="img/tf_s11.jpg"border="0"></td>');
			document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_18.jpg"border="0"></td>');
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_s12.jpg"border="0"><a href="point/point4.html"><img src="img/tf_s13.jpg" alt="4.便利で使いやすい 多彩な機能"border="0"><img src="img/tf_s14.jpg"border="0"></td>');
				
		document.write('</tr>');
		document.write('<tr>');
			document.write('<td><img src="img/tf_s15.jpg" alt="DVD/CDライター DVR-S16J" width="551" height="43"border="0"></td>');
		document.write('</tr>');
	document.write('</table>');
}
}

