<!--
if (document.images) {
	tabOn = new Array();
	tabOff = new Array();
	for (i=1; i<=12; i++) {
		tabOn[i] = new Image();
		tabOff[i] = new Image();
		tabOn[i].src = "../images/tab" + i + "_on.gif";
		tabOff[i].src = "../images/tab" + i + ".gif";
	}
}
function chTab(act,num) { 
	if (document.images) { 
		if (act) document.images["tabImg"+num].src = tabOn[num].src;
		else document.images["tabImg"+num].src = tabOff[num].src;
	}
}

document.write('<table width="200" height="35" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td colspan="12" bgcolor="#ffffff"><img src="images/spacer" width="0" height="6" alt=""></td></tr>');
document.write('<td><a href="../obitsu65/index.html" onMouseOver="chTab(1,12)" onMouseOut="chTab(0,12)"><img src="../images/tab12.gif" width="30" height="30" alt="65" border="0" name="tabImg12"></a></td>');
document.write('<td><a href="../obitsu60/index.html" onMouseOver="chTab(1,1)" onMouseOut="chTab(0,1)"><img src="../images/tab1.gif" width="31" height="30" alt="60" border="0" name="tabImg1"></a></td>');
document.write('<td><a href="../obitsu55/index.html" onMouseOver="chTab(1,7)" onMouseOut="chTab(0,7)"><img src="../images/tab7.gif" width="31" height="30" alt="55" border="0" name="tabImg7"></a></td>');
document.write('<td><a href="../obitsu50/index.html" onMouseOver="chTab(1,9)" onMouseOut="chTab(0,9)"><img src="../images/tab9.gif" width="31" height="30" alt="50" border="0" name="tabImg9"></a></td>');
document.write('<td><a href="../obitsu27w/index.html" onMouseOver="chTab(1,2)" onMouseOut="chTab(0,2)"><img src="../images/tab2.gif" width="37" height="30" alt="27W" border="0" name="tabImg2"></a></td>');
document.write('<td><a href="../obitsu27m/index.html" onMouseOver="chTab(1,3)" onMouseOut="chTab(0,3)"><img src="../images/tab3.gif" width="37" height="30" alt="27M" border="0" name="tabImg3"></a></td>');
document.write('<td><a href="../obitsu25/index.html"><img src="../images/tab8_on.gif" width="31" height="30" alt="25" border="0" name="tabImg8"></a></td>');
document.write('<td><a href="../obitsu23/index.html" onMouseOver="chTab(1,4)" onMouseOut="chTab(0,4)"><img src="../images/tab4.gif" width="31" height="30" alt="23" border="0" name="tabImg4"></a></td>');
document.write('<td><a href="../obitsu21/index.html" onMouseOver="chTab(1,5)" onMouseOut="chTab(0,5)"><img src="../images/tab5.gif" width="31" height="30" alt="23" border="0" name="tabImg5"></a></td>');
document.write('<td><a href="../obitsu_doll/index.html" onMouseOver="chTab(1,6)" onMouseOut="chTab(0,6)"><img src="../images/tab6.gif" width="37" height="30" alt="doll" border="0" name="tabImg6"></a></td>');
document.write('<td><a href="../obitsudog/index.html" onMouseOver="chTab(1,10)" onMouseOut="chTab(0,10)"><img src="../images/tab10.gif" width="31" height="30" alt="DOG" border="0" name="tabImg10"></a></td>');
document.write('<td><a href="../obitsuacc/index.html" onMouseOver="chTab(1,11)" onMouseOut="chTab(0,11)"><img src="../images/tab11.gif" width="37" height="30" alt="ACCESSORY" border="0" name="tabImg11"></a></td>');
document.write('</tr></table>');
// -->