//ページ左メニュー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="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="http://www.kantoku-worldstation.com" target="_blank"><img src="../images/b_wstation.gif" width="160" border=0></a>');	document.write('<a href="http://www.weekly-net.co.jp/" target="_blank"><img src="../images/botanweekly.gif" width="160" border="0" alt="物流ウィークリー"></a>');		document.write('<a href="../container/index.html"><img src="../images/kcs_banner.gif" alt="KCS" border="0"></a>');}