//トップページ左メニューfunction printLeftmenuHome() {	document.write('<img src="common/spacer.gif" border=0>');	document.write('<a href="index.html"><img src="common/dot1.gif" border=0 align="bottom">HOME</a>');	document.write('<a href="com/index.html"><img src="common/dot1.gif" border=0 align="bottom">会社概要</a>');	document.write('<a href="rinen/index.html"><img src="common/dot1.gif" border=0 align="bottom">経営理念</a>');	document.write('<a href="activity/index.html"><img src="common/dot1.gif" border=0 align="bottom">事業内容</a>');	document.write('<a href="environment/index.html"><img src="common/dot1.gif" border=0 align="bottom">環境・社会貢献活動</a>');	document.write('<a href="recruit/index.html"><img src="common/dot1.gif" border=0 align="bottom">求人情報</a>');	document.write('<a href="privacy/index.html"><img src="common/dot1.gif" border=0 align="bottom">個人情報について</a>');	document.write('<a href="ckdcbu/index.html"><img src="common/dot1.gif" border=0 align="bottom">パッケージング</a>');	document.write('<a href="http://www.kantoku-worldstation.com/japanese/index-ja.html" target="_blank"><img src="images/b_wstation.gif" width="160" border=0 style="padding-bottom:3px;"><br><img src="common/dot1.gif" border=0 align="bottom">在庫一覧はこちら</a>');	document.write('<a href="container/index.html"><img src="images/kcs_banner.gif" border=0 align="bottom"></a>');	document.write('<a href="http://ameblo.jp/kantoku-chika/" target="_blank"><img src="images/btn_blog.gif" border=0 align="bottom"></a>');	document.write('<a href="http://japan.cat.com/" target="_blank"><img src="images/caterpillarjapan2.gif" border=0 align="bottom"></a>');	document.write('<a href="http://www.team-6.net/" target="_blank"><img src="common/cheem-6.gif" border=0 align="bottom"></a>');	document.write('<br>');}//トップページフッタfunction printFooterHome() {	document.write('<a href="com/index.html">会社情報</a> | ');	document.write('<a href="others/sitemap.html">サイトマップ</a> | ');	document.write('<a href="mailto:info@kantoku.co.jp">お問い合せ</a> | ');	document.write('&copy;2003 Kantoku Corporation Japan');}