<!--if (document.images) {	productOn = new Array();	productOff = new Array();	for (i=1; i<=17; 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="13"></td>');document.write('<td valign="top"><a href="27-w.html" onMouseOver="chProduct(1,1)" onMouseOut="chProduct(0,1)"><img src="images/product1.gif" width="213" height="13" alt="オビツボディ27W" name="productImg1" border="0"></a><br><img src="images/spacer.gif" width="213" height="10">');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="94"></td>');document.write('<td valign="top"><a href="27-w01.html" onMouseOver="chProduct(1,3)" onMouseOut="chProduct(0,3)"><img src="images/product3.gif" width="213" height="13" alt="WO1シリーズ" name="productImg3" border="0"></a><br>');document.write('<a href="27-w02.html" onMouseOver="chProduct(1,4)" onMouseOut="chProduct(0,4)"><img src="images/product4.gif" width="213" height="13" alt="WO2シリーズ" name="productImg4" border="0"></a><br>');document.write('<a href="27-w03.html" onMouseOver="chProduct(1,5)" onMouseOut="chProduct(0,5)"><img src="images/product5.gif" width="213" height="13" alt="WO3シリーズ" name="productImg5" border="0"></a><br>');document.write('<a href="27-w04.html" onMouseOver="chProduct(1,6)" onMouseOut="chProduct(0,6)"><img src="images/product6.gif" width="213" height="13" alt="WO4シリーズ" name="productImg6" border="0"></a><br>');document.write('<a href="27-w05.html" onMouseOver="chProduct(1,7)" onMouseOut="chProduct(0,7)"><img src="images/product7.gif" width="213" height="13" alt="WO5シリーズ" name="productImg7" border="0"></a><br>');document.write('<a href="27-w06.html" onMouseOver="chProduct(1,8)" onMouseOut="chProduct(0,8)"><img src="images/product8.gif" width="213" height="13" alt="WO6シリーズ" name="productImg8" border="0"></a><br>');document.write('<a href="../order.html" onMouseOver="chProduct(1,9)" onMouseOut="chProduct(0,9)"><img src="images/product9.gif" width="213" height="13" alt="セミオーダーシステム" name="productImg9" border="0"></a><br><img src="images/spacer.gif" width="213" height="10"></td></tr>');document.write('<tr><td colspan="2"><img src="images/product_title3.gif" width="59" height="16" alt="WIG"></td></tr>');document.write('<tr><td><img src="images/spacer.gif" width="1" height="13"></td>');document.write('<td valign="top"><a href="27-wgs.html" onMouseOver="chProduct(1,17)" onMouseOut="chProduct(0,17)"><img src="images/product17.gif" width="213" height="13" alt="Sサイズウイッグ" name="productImg17" border="0"></a><br>');document.write('<a href="27-wgm.html" onMouseOver="chProduct(1,10)" onMouseOut="chProduct(0,10)"><img src="images/product10.gif" width="213" height="13" alt="Mサイズウイッグ" name="productImg10" border="0"></a><br><img src="images/spacer.gif" width="213" height="10"></td></tr>');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"></td>');document.write('<td valign="top"><a href="27-eye.html" onMouseOver="chProduct(1,11)" onMouseOut="chProduct(0,11)"><img src="images/product11.gif" width="213" height="13" alt="ドールアイ" name="productImg11" border="0"></a><br>');document.write('<a href="27-shoes.html" onMouseOver="chProduct(1,12)" onMouseOut="chProduct(0,12)"><img src="images/product12.gif" width="213" height="13" alt="ジューズ" name="productImg12" border="0"></a><br>');document.write('<a href="27-costume.html" onMouseOver="chProduct(1,13)" onMouseOut="chProduct(0,13)"><img src="images/product13.gif" width="213" height="13" alt="衣装" name="productImg13" border="0"></a><br>');document.write('<a href="27-custum.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="27-parts.html" onMouseOver="chProduct(1,16)" onMouseOut="chProduct(0,16)"><img src="images/product16.gif" width="213" height="13" alt="交換パーツ" name="productImg16" border="0"></a>');document.write('</td></tr></table>');// -->