<!--if (document.images) {	productOn = new Array();	productOff = new Array();	for (i=1; i<=23; 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="3"><img src="images/product_title5.gif" width="167" height="16" alt="ACCESSORY"></td></tr>');
document.write('<tr><td><img src="images/spacer.gif" width="20" height="29"></td>');
document.write('<td valign="top"><a href="stand.html" onMouseOver="chProduct(1,21)" onMouseOut="chProduct(0,21)"><img src="images/product21.gif" width="213" height="13" alt="マルチスタンド" name="productImg21" border="0"></a><br>');
document.write('<a href="glasses.html" onMouseOver="chProduct(1,22)" onMouseOut="chProduct(0,22)"><img src="images/product22.gif" width="213" height="13" alt="メガネ" name="productImg22" border="0"><br></a>');
document.write('<a href="shoes.html" onMouseOver="chProduct(1,23)" onMouseOut="chProduct(0,23)"><img src="images/product23.gif" width="213" height="13" alt="シューズ" name="productImg23" border="0"><br></a>');
document.write('</td></tr></table>');// -->