﻿function jre_footer(path) {
	document.write('<div id="footer">');
	document.write('<ul>');
	document.write('<li><a href="'+path+'../e/policy/index.html">개인정보보호 정책(영문 전용)</a>|</li>');
	document.write('<li><a href="'+path+'../e/termsofuse/index.html">약관(영문 전용)</a>|</li>');
	document.write('<li><a href="'+path+'sitemap/index.html">사이트맵</a>|</li>');
	document.write('<li><a href="'+path+'../e/downloads/index.html">지도 및 가이드(영문 전용)</a>|</li>');
	document.write('<li><a href="'+path+'../e/links/index.html">링크(영문 전용)</a></li>');
	document.write('</ul>');
	document.write('<p class="copyright">Copyright &copy; East Japan Railway Company All Rights Reserved.</p>');
	document.write('</div>');
}

