﻿// JavaScript Document
function set_page_foot(){
	var hp_addr, language, img;
	hp_addr = arguments[0];
	language = arguments.length >= 2 ? arguments[1] : "bg2312";
	img = arguments.length >= 3 ? arguments[2] : "1922.gif";
	
	document.write('<table class="foot" align="center" width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.write('<tr calss=lay1>');
	//document.write('<td align="center" background="' + hp_addr + '/images/' + img + '">');
	//document.write('<td align="left" height="40"><hr>');
	//document.write('<a align="right" href="mailto:info@shigyosha.com"><img src="../../image/email.wmf" alt="" width="40" height="30" border="0"></a>');
	//document.write('<br><br>');
	document.write('</td>');
	document.write('<td align="center" height="40"><hr>');
	//document.write('<a href="' + hp_addr + '/HSK/others/whatwedo.html" target="_blank">サイト概要</a> | ');
	//document.write('<a href="' + hp_addr + '/HSK/others/regulation.html" target="_blank">利用規約</a> | ');
	//document.write('<a href="' + hp_addr + '/HSK/others/protect.html" target="_blank">免責事項</a> | ');
	//document.write('<a href="' + hp_addr + '/HSK/others/contact_us.php" target="_blank">ご意見</a> | ');
	//document.write('<a href="' + hp_addr + '/HSK/others/sitemap.html" target="_blank">サイトマップ</a> | ');
	//document.write('<a href="mailto:info@shigyosha.com"><img src="../../image/email.ICO" alt="" width="18" height="18" border="0" title="メール送信"></a>');

	//document.write('<a href="mailto:info@shigyosha.com">メール</a>');
	
	//document.write('<br>');
	//document.write('Copyright (C) 2005-2008 志暁社 Inc. All Rights Reserved. ');
	document.write('Copyright (C) 志暁社 Inc. All Rights Reserved. ');
	document.write('<br>');
	document.write('（当ホームページに掲載する内容は無断転載を禁ずる）');
	document.write('</td>');
	document.write('</tr>');
	document.write('</table>');

}

