

////////////////////////////////////////////////////////////
///Footer Write
////////////////////////////////////////////////////////////
function FooterWrite(root){
	document.write("<tr><td background='"+root+"images/detail/dotline.gif'><img src='"+root+"images/spacer.gif' width='1' height='1'></td></tr>");
	document.write("<tr><td><img src='"+root+"images/spacer.gif' width='1' height='18'></td></tr>");
	document.write("<tr><td align='center' class='footer_cl'>");
	document.write("	<a href='"+root+"index.html'>TOP</a> ｜ <a href='https://secure.metropolitan.jp/jrhg/mail_jreh.cgi' target='_blank'>お問い合わせ</a> ｜ <a href='"+root+"agreement/index.html'>ご利用規約</a> ｜ <a href='"+root+"link/index.html'>リンク</a> ｜ <a href='"+root+"sitemap/index.html'>サイトマップ</a>");
	document.write("</td></tr>");
	document.write("<tr><td><img src='"+root+"images/spacer.gif' width='1' height='8'></td></tr>");
	document.write("<tr><td align='center'><img src='"+root+"images/copyright.gif' width='261' height='10' alt='Copyright JR-EAST HOTELS All Right Reserved.'></td></tr>");
	document.write("<tr><td><img src='"+root+"images/spacer.gif' width='1' height='80'></td></tr>");
}
////////////////////////////////////////////////////////////
///Footer Write English
////////////////////////////////////////////////////////////
function FooterWrite_e(root){
	document.write("<tr><td background='"+root+"images/detail/dotline.gif'><img src='"+root+"images/spacer.gif' width='1' height='1'></td></tr>");
	document.write("<tr><td><img src='"+root+"images/spacer.gif' width='1' height='18'></td></tr>");
	document.write("<tr><td align='center' class='footer_cl'>");
	document.write("	&nbsp;|&nbsp;&nbsp;<a href='"+root+"index.html'>JR-EAST HOTELS TOP</a>&nbsp;&nbsp;|");
	document.write("</td></tr>");
	document.write("<tr><td><img src='"+root+"images/spacer.gif' width='1' height='8'></td></tr>");
	document.write("<tr><td align='center'><img src='"+root+"../images/copyright.gif' width='261' height='10' alt='Copyright JR-EAST HOTELS All Right Reserved.'></td></tr>");
	document.write("<tr><td><img src='"+root+"images/spacer.gif' width='1' height='80'></td></tr>");
}


