//ページフッタ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');}//左メニューインフォメーションfunction printLeftmenuInfo() {	document.write('<strong>Information</strong>');	document.write('<a href="../index.html#info01"><img src="../common/dot1.gif" border=0 align="bottom">2005/10/3<br>カントク・ワールドステーションオープン！</a>');	document.write('<a href="../index.html#info02"><img src="../common/dot1.gif" border=0 align="bottom">2005/9/20<br>環境マネジメントシステムISO14001認証取得</a>');	document.write('<br><br><br>');}