////////////////////////////////////////////////////////////
///Footer Write Korean
////////////////////////////////////////////////////////////
function FooterWrite_kr(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'>JR&nbsp;Ϻ ȣ׸ETOP</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>");
}
