<!--if (document.images) {	productOn = new Array();	productOff = new Array();	for (i=1; i<=20; i++) {		productOn[i] = new Image();		productOff[i] = new Image();		productOn[i].src = "images/product" + i + "_on.gif";		productOff[i].src = "images/product" + i + ".gif";	}}function chProduct(act,num) { 	if (document.images) { 		if (act) document.images["productImg"+num].src = productOn[num].src;		else document.images["productImg"+num].src = productOff[num].src;	}}document.write('<table border="0" cellspacing="0" cellpadding="0">');document.write('<tr><td colspan="2"><img src="images/spacer.gif" width="1" height="9"></td></tr>');

document.write('<tr><td colspan="2"><img src="images/product_title1.gif" width="74" height="16" alt="BODY"></td></tr>');
document.write('<tr><td><img src="images/spacer.gif" width="20" height="29"></td>');
document.write('<td valign="top"><a href="50-body.html" onMouseOver="chProduct(1,1)" onMouseOut="chProduct(0,1)"><img src="images/product1.gif" width="213" height="13" alt="オビツボディ50" name="productImg1" border="0"></a><br>');
document.write('<tr><td colspan="2"><img src="images/product_title2.gif" width="72" height="16" alt="HEAD"></td></tr>');
document.write('<tr><td><img src="images/spacer.gif" width="1" height="29"></td>');
document.write('<td valign="top"><a href="50-head.html" onMouseOver="chProduct(1,3)" onMouseOut="chProduct(0,3)"><img src="images/product3.gif" width="213" height="13" alt="基本ヘッド" name="productImg3" border="0"></a><br>');document.write('<tr><td colspan="2"><img src="images/product_title4.gif" width="167" height="16" alt="OPTION PARTS"></td></tr>');
document.write('<tr><td><img src="images/spacer.gif" width="1" height="42"></td>');
document.write('<td valign="top"><a href="50-option.html" onMouseOver="chProduct(1,15)" onMouseOut="chProduct(0,15)"><img src="images/product15.gif" width="213" height="13" alt="オプションパーツ" name="productImg15" border="0"></a><br>');document.write('<a href="50-parts1.html" onMouseOver="chProduct(1,19)" onMouseOut="chProduct(0,19)"><img src="images/product19.gif" width="213" height="13" alt="内部フレームパーツ" name="productImg19" border="0"><br></a>');
document.write('<a href="50-parts2.html" onMouseOver="chProduct(1,20)" onMouseOut="chProduct(0,20)"><img src="images/product20.gif" width="213" height="13" alt="外皮ソフビパーツ" name="productImg20" border="0"><br></a>');
document.write('</td></tr></table>');// -->