//==========================================================
//	09テールの備考コメント
//==========================================================
function cmt09tail( value)
{
	sText = value;
	if ( '' == sText) sText = '09テール仕様あり。';
	document.write( '<a href="http://www.webamuse.co.jp/new/about/index.html" onclick="openWin(\'muffler/09tail-09goldring.html\',\'agreement\',\'760\',\'480\',\'yes\');return false;">');
	document.write( sText);
	document.write( '</a>');
}

//==========================================================
//	チップヘルプの表示
//==========================================================
function cHelpView( sName, flag, x, y)
{
	if ( document.layers)
	{
		document.layers[ sName].x = x;
		document.layers[ sName].y = y;
		document.layers[ sName].visibility = flag;
	}
	if ( document.all)
	{
		document.all( sName).style.pixelLeft = document.body.scrollLeft + x;
		document.all( sName).style.pixelTop = document.body.scrollTop + y;
		document.all( sName).style.visibility = flag;
	}
}

//==========================================================
//	情報マークの書き込み
//==========================================================
function InfoMark( value)
{
	// ○
	if ( '○' == value)
	{
		wID = 'info1';
		document.writeln( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 240, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.writeln( '○');
		document.writeln( '</span>');
	}
	// □
	if ( '□' == value)
	{
		wID = 'info2';
		document.writeln( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 270, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.writeln( '□');
		document.writeln( '</span>');
	}
	// ×
	if ( '×' == value)
	{
		wID = 'info3';
		document.writeln( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 80, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.writeln( '×');
		document.writeln( '</span>');
	}
	// ◎
	if ( '◎' == value)
	{
		wID = 'info4';
		document.writeln( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 280, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.writeln( '◎');
		document.writeln( '</span>');
	}
}

//==========================================================
//	情報マーク内容の書き込み
//==========================================================
function InfoMarkValue( value)
{
	if ( '○' == value) document.writeln( '○インナーサイレンサー無しで保安基準適合　');
	if ( '□' == value) document.writeln( '□インナーサイレンサー装着時のみ保安基準適合　');
	if ( '×' == value) document.writeln( '×競技専用　');
	if ( '◎' == value) document.writeln( '◎保安基準適合。エクストラ以上のサイレントモデル　');
}

//==========================================================
//	情報マーク用チップヘルプデータの書き込み
//==========================================================
function InfoMarkHelp( )
{
	// ○
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:FFFFAF" id="info1">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>○</td>');
	document.writeln( '<td>インナーサイレンサー無しで保安基準適合</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// □
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:FFFFAF" id="info2">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>□</td>');
	document.writeln( '<td>インナーサイレンサー装着時のみ保安基準適合</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// ×
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:FFFFAF" id="info3">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>×</td>');
	document.writeln( '<td>競技専用</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// ◎
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:FFFFAF" id="info4">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>◎</td>');
	document.writeln( '<td>保安基準適合。エクストラ以上のサイレントモデル</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
}

//==========================================================
//	注意マークの書き込み
//==========================================================
function WarMark( value)
{
	// 注意１
	if ( 1 == value)
	{
		wID = 'war1';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 240, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注1');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意２
	if ( 2 == value)
	{
		wID = 'war2';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 260, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注2');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意３
	if ( 3 == value)
	{
		wID = 'war3';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 330, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注3');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意４
	if ( 4 == value)
	{
		wID = 'war4';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 260, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注4');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意５
	if ( 5 == value)
	{
		wID = 'war5';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 260, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注5');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意６
	if ( 6 == value)
	{
		wID = 'war6';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 0, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注6');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意７
	if ( 7 == value)
	{
		wID = 'war7';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 100, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注7');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意８
	if ( 8 == value)
	{
		wID = 'war8';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 300, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注8');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意９
	if ( 9 == value)
	{
		wID = 'war9';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 280, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注9');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意１０
	if ( 10 == value)
	{
		wID = 'war10';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 240, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注10');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意１１
	if ( 11 == value)
	{
		wID = 'war11';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 260, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注11');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意１２
	if ( 12 == value)
	{
		wID = 'war12';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 290, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注12');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意１３
	if ( 13 == value)
	{
		wID = 'war13';
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 290, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注13');
		document.write( '</font>');
		document.writeln( '</span>');
	}
	// 注意１４
	if ( 14 == value)
	{
		wID = 'war14';
		document.write( '<a href="http://www.webamuse.co.jp/new/about/index.html" onclick="openWin(\'muffler/09tail-09goldring.html\',\'agreement\',\'600\',\'650\',\'yes\');return false;">');
		document.write( '<span onMouseover="cHelpView( \'' + wID + '\', \'visible\', event.x - 330, event.y)" onMouseOut="cHelpView( \'' + wID + '\', \'hidden\', 0, 0)">');
		document.write( '<font color="000000" style="background-color: DDFFAA; margin: 0px; padding: 1px;">');
		document.write( '注14');
		document.write( '</font>');
		document.write( '</span>');
		document.writeln( '</a>');
	}
}

//==========================================================
//	注意マーク内容の書き込み
//==========================================================
function WarMarkValue( value)
{
	if ( 1 == value) document.writeln( '注1） インナーサイレンサー別売9,800円。同時購入時セット価格あり。');
	if ( 2 == value) document.writeln( '注2） 平成10年度騒音規制車以降はインナーサイレンサー標準装備となります。');
	if ( 3 == value) document.writeln( '注3） ゴールドリング仕様でのテール製作可能。シングル5000円、左右出しは1万円プラスとなります。尚、インナーサイレンサーの取り付けは不可となります。');
	if ( 4 == value) document.writeln( '注4） 第2触媒後商品。VVT-i 車も同一分割位置商品になります。');
	if ( 5 == value) document.writeln( '注5） 第一触媒後フル90&Phi;商品。VVT-i 車も同一分割位置商品になります。');
	if ( 6 == value) document.writeln( '注6） マフラーは消耗品です。経年変化や個体差、装着パーツの組み合わせによってはインナーサイレンサーが必要となる場合があります。');
	if ( 7 == value) document.writeln( '注7） エンジン出力330psを超える仕様の場合、1万円プラスにてインナーパイプ径60&Phi;×2仕様での製作が可能です。<br>　　　保安基準に関してはエンジンスペックにより対応しない場合があります。');
	if ( 8 == value) document.writeln( '注8） データはBNR34用。32及び33は、別売のインナーサイレンサー装着時保安基準適合。');
	if ( 9 == value) document.writeln( '注9） データはBNR34用。32及び33は、インナーサイレンサー無しでの保安基準適合品。');
	if ( 10 == value) document.writeln( '注10） データはBNR34用。32及び33用も同仕様にて設定あり。');
	if ( 11 == value) document.writeln( '注11） エクストラの設定はS15のみとなります。インナーサイレンサー標準装備。');
	if ( 12 == value) document.writeln( '注12） 焼入が可能となるのはテールのみとなります。');
	if ( 13 == value) document.writeln( '注13） エンジン出力330psを超える仕様の場合、1万円プラスにてインナーパイプ径60&Phi;×2仕様での製作が可能です。');
	if ( 14 == value) document.writeln( '注14） 2009年（平成21年）1月1日以降に登録された車両は「09テール」のみ保安基準適合となります。');
}

//==========================================================
//	注意マーク用チップヘルプデータの書き込み
//==========================================================
function WarMarkHelp( )
{
	// 注意１
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war1">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注1）</td>');
	document.writeln( '<td>インナーサイレンサー別売9,800円。<br>同時購入時セット価格あり。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意２
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war2">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注2）</td>');
	document.writeln( '<td>平成10年度騒音規制車以降は<br>インナーサイレンサー標準装備となります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意３
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war3">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注3）</td>');
	document.writeln( '<td>ゴールドリング仕様でのテール製作可能。<br>シングル5000円、左右出しは1万円プラスとなります。<br>尚、インナーサイレンサーの取り付けは不可となります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意４
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war4">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注4）</td>');
	document.writeln( '<td>第2触媒後商品。<br>VVT-i 車も同一分割位置商品になります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意５
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war5">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注5）</td>');
	document.writeln( '<td>第一触媒後フル90&Phi;商品。<br>VVT-i 車も同一分割位置商品になります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意６
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war6">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注6）</td>');
	document.writeln( '<td>マフラーは消耗品です。<br>経年変化や個体差、装着パーツの組み合わせによっては<br>インナーサイレンサーが必要となる場合があります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意７
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war7">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注7）</td>');
	document.writeln( '<td>エンジン出力330psを超える仕様の場合、1万円プラスにて<br>インナーパイプ径60&Phi;×2仕様での製作が可能です。<br>保安基準に関してはエンジンスペックにより対応しない場合があります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意８
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war8">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注8）</td>');
	document.writeln( '<td>データはBNR34用。<br>32及び33は、別売のインナーサイレンサー装着時<br>保安基準適合。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意９
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war9">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注9）</td>');
	document.writeln( '<td>データはBNR34用。<br>32及び33は、インナーサイレンサー無しでの<br>保安基準適合品。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意１０
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war10">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注10）</td>');
	document.writeln( '<td>データはBNR34用。<br>32及び33用も同仕様にて設定あり。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意１１
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war11">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注11）</td>');
	document.writeln( '<td>エクストラの設定はS15のみとなります。<br>インナーサイレンサー標準装備。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意１２
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war12">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注12）</td>');
	document.writeln( '<td>焼入が可能となるのはテールのみとなります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意１３
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war13">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注13）</td>');
	document.writeln( '<td>エンジン出力330psを超える仕様の場合、1万円プラスにて<br>インナーパイプ径60&Phi;×2仕様での製作が可能です。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
	// 注意１４
	document.writeln( '<span style="position:absolute; visibility:hidden; background-color:EEFFBB" id="war14">');
	document.writeln( '<table border="0" cellspacing="0" cellpadding="5">');
	document.writeln( '<tr valign="top">');
	document.writeln( '<td>注14）</td>');
	document.writeln( '<td>2009年（平成21年）1月1日以降に登録された車両は<br>「09テール」のみ保安基準適合となります。</td>');
	document.writeln( '</tr>');
	document.writeln( '</table>');
	document.writeln( '</span>');
}


//--------------------------------------------------------------------
// This File is impossible of conversion without permission.
// Copyright (c) 2004 Power House amuse inc. All Rights Reserved.
//--------------------------------------------------------------------

