﻿function group(){	document.getElementById('group').innerHTML='<a href="company/group/index.html">Group Companies</a>　<a href="javascript:group_o();"><img src="img/icon_ajax_open.gif" width="37" height="12" atl=">>List"></a></a>';}function group_o(){	document.getElementById('group').innerHTML='<a href="company/group/index.html">Group Companies</a>　<a href="javascript:group();"><img src="img/icon_ajax_close.gif" width="47" height="12" atl=">>Close"></a><br><a href="company/group/domestic/index.html">・domestic</a><br><a href="company/group/overseas/index.html">・overseas</a>';}function domestic(){	document.getElementById('domestic').innerHTML='<a href="services/domestic/index.html">Domestic Logistics Services</a>　<a href="javascript:domestic_o();"><img src="img/icon_ajax_open.gif" width="37" height="12" atl=">>List"></a>';}function domestic_o(){	document.getElementById('domestic').innerHTML='<a href="services/domestic/index.html">Domestic Logistics Services</a>　<a href="javascript:domestic();"><img src="img/icon_ajax_close.gif" width="47" height="12" atl=">>Close"></a><br><a href="services/domestic/shuyo.html">・Distribution Establishment</a>';}function overseas(){	document.getElementById('overseas').innerHTML='<a href="services/overseas/index.html">International Logistics Services</a>　<a href="javascript:overseas_o();"><img src="img/icon_ajax_open.gif" width="37" height="12" atl=">>List"></a>';}function overseas_o(){	document.getElementById('overseas').innerHTML='<a href="services/overseas/index.html">International Logistics Services</a>　<a href="javascript:overseas();"><img src="img/icon_ajax_close.gif" width="47" height="12" atl=">>Close"></a><br><a href="services/overseas/export1.html">・Export Services</a><br><a href="services/overseas/import1.html">・Import Services</a><br><a href="services/overseas/logistics.html">・Logistics Services</a><br><a href="services/overseas/faq.html">・FAQ</a>';}	function stock(){	document.getElementById('stock').innerHTML='<a href="ir/news/index.html">Stock Information</a>　<a href="javascript:stock_o();"><img src="img/icon_ajax_open.gif" width="37" height="12" atl=">>List"></a>';}function stock_o(){	document.getElementById('stock').innerHTML='<a href="ir/news/index.html">Stock Information</a>　<a href="javascript:stock();"><img src="img/icon_ajax_close.gif" width="47" height="12" atl=">>Close"></a><br><a href="ir/news/index.html">・IR Calendar</a>';}function library(){	document.getElementById('library').innerHTML='<a href="ir/library/index.html">IR Library</a>　<a href="javascript:library_o();"><img src="img/icon_ajax_open.gif" width="37" height="12" atl=">>List"></a>';}function library_o(){	document.getElementById('library').innerHTML='<a href="ir/library/index.html">IR Library</a>　<a href="javascript:library();"><img src="img/icon_ajax_close.gif" width="47" height="12" atl=">>Close"></a><br><a href="ir/library/index.html">・Financial Summary</a><br><a href="ir/library/analyst/index.html">・Supplementary Financial Summary</a><br><a href="ir/library/annual/index.html">・Annual Reports</a>';}	function close(name){		document.getElementById(name).style.visibility='hidden';}