﻿function jre_footer(path) {
	document.write('<div class="footerArea">');
	document.write('<tr>');
	document.write('<div class="f-navi01"><a href="'+path+'index.html">홈</a><span>|</span><a href="'+path+'using/index.html">JR East 이용 안내</a><span>|</span><a href="'+path+'special/index.html">특별 할인</a><span>|</span><a href="'+path+'trips/index.html">노선별 여행정보</a><span>|</span><a href="'+path+'info_counters/index.html">서비스 안내</a></div>');
	document.write('<div class="f-navi02"><a href="'+path+'../e/policy/index.html">개인정보보호 정책</a>&nbsp;(영문 전용)<span>|</span><a href="'+path+'../e/termsofuse/index.html">사용 기간</a>&nbsp;(영문 전용)<span>|</span><a href="'+path+'sitemap/index.html">관광지 노선도</a></div>');
	document.write('<div class="copylight"><img src="'+path+'../img/f_language/copyright_666666.gif" alt="Copyright &copy; East Japan Railway Company" width="520" height="11"></div>');
	document.write('</div>');
}
