//トップページ左メニュー
function printLeftmenuHome() {
	document.write('<img src="common/spacer.gif" border=0>');
	document.write('<a href="index_e.html"><img src="common/dot1.gif" border=0 align="bottom">HOME</a>');
	document.write('<a href="com_e/index.html"><img src="common/dot1.gif" border=0 align="bottom">Profile</a>');
	document.write('<a href="com_e/philosophy.html"><img src="common/dot1.gif" border=0 align="bottom">Philosophy</a>');
	document.write('<a href="activity_e/index.html"><img src="common/dot1.gif" border=0 align="bottom">Our Business</a>');
	document.write('<a href="environment_e/index.html"><img src="common/dot1.gif" border=0 align="bottom">Environmental/Social Programs</a>');
	document.write('<a href="policy_e/policy_e.html"><img src="common/dot1.gif" border=0 align="bottom">Privacy Policy</a>');
	document.write('<a href="ckdcbu_e/index.html"><img src="common/dot1.gif" border=0 align="bottom">Packaging</a>');
	document.write('<a href="http://www.kantoku-worldstation.com" 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"><b>STOCK LIST HERE!</b></a>');
	document.write('<a href="http://www.cat.com/cda/layout?m=8703&x=7" target="_blank"><img src="images/caterpillarjapan.gif" width="160" border=0 style="padding-bottom:3px;"></a>');
	document.write('<a href="http://www.ptpowersb.com/" target="_blank"><img src="images/ptpower.gif" width="160" border=0 style="padding-bottom:3px;"></a>');

}

//トップページフッタ
function printFooterHome() {
	document.write('<a href="com/index.html">Company Details</a> | ');
	document.write('<a href="others_e/sitemap.html">Sitemap</a> | ');
	document.write('<a href="mailto:info@kantoku.co.jp">Contact Us</a> | ');
	document.write('&copy;2003 Kantoku Corporation Japan');
}

