//トップページ左メニュー
function printLeftmenuHome() {
	document.write('<img src="../common/spacer.gif" border=0>');
	document.write('<a href="../index_e20100506.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">Profile</a>');
	document.write('<a href="chart.html"><img src="../common/dot1.gif" border=0 align="bottom">Organization Chart</a>');
	document.write('<a href="history.html"><img src="../common/dot1.gif" border=0 align="bottom">History</a>');
	document.write('<a href="map.html"><img src="../common/dot1.gif" border=0 align="bottom">Access Map</a>');
	document.write('<a href="../video/video_e.html"><img src="../common/dot1.gif" border=0 align="bottom">Promotional Video</a>');
		document.write('<a href="http://www.kantoku-worldstation.com" target="_blank"><img src="../images/b_wstation.gif" width="160" border=0></a>');

}


