//トップページフッタ
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');
}

