window.onresize = rebuild;
function rebuild(){
	location.reload();
}

function footer(){
	document.write('<div id="footer">');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="750">');
	document.write('<tr valign="middle" class="bgFooter">');
	document.write('<td><a href="http://www.jfe-civil.com/" target="_blank"><img src="'+directory+'img-cm/footer_jfecivil.gif" width="120" height="14" vspace="8" hspace="8" border="0" alt="JFEシビル株式会社"></a><br></td>');
	document.write('<td align="right"><span class="text10l"> ｜ <a href="'+directory+'index.html" class="white">METAL PARK トップ</a> ｜ <a href="'+directory+'misc/sitemap.html" class="white">サイトマップ</a> ｜ <a href="'+directory+'misc/inquiry.html" class="white">お問い合わせ</a> ｜ <a href="'+directory+'misc/index.html" class="white">事業所案内</a></span><br></td>');
	document.write('<td><img src="'+directory+'img-cm/spacer.gif" width="10" height="1" border="0" alt=""><br></td>');
	document.write('</tr>');
	document.write('</table>');
	document.write('</div>');
}

function footer_copy(){
	document.write('<img src="'+directory+'img-cm/copyright.gif" width="413" height="17" border="0" alt="Copyright (C) 2009, JFE Civil Engineering & Construction Corp. All Rights Reserved."><br>');
}

