
function hf_menu(){
	document.write('<div id="hf_menu" class="posi_clear">');
	document.write('  <p>');
	document.write('  <a href="../index.html"><font color="#ffffff">HOME</font></a> ｜ ');
	document.write('  <a href="../mail/index.html"><font color="#ffffff">お問い合わせ</font></a> ｜ ');
	document.write('  <a href="../copyright/index.html"><font color="#ffffff">Diy-Lifeについて</font></a> ｜ ');
	document.write('  <a href="../faq/index.html"><font color="#ffffff">イレクターFAQ</font></a> ｜ ');
	document.write('  <a href="../hc/index.html"><font color="#ffffff">ホームセンター紹介</font></a> ｜ ');
	//document.write('  <a href="../netshop/index.html"><font color="#ffffff">ネットショップ紹介</font></a> ｜ ');
	document.write('  <a href="../site-map/index.html"><font color="#ffffff">サイトマップ</font></a> ｜ ');
	document.write('  <a href="../link/index.html"><font color="#ffffff">リンク集</font></a> ｜ ');
	document.write('  <a href="../jigyosyo/index.html"><font color="#ffffff">事業所一覧</font></a>');
	document.write('  </p>');
	document.write('</div>');

	//document.write('<script src="../javascript/common/gooana1.js"></script>');
	//document.write('<script src="../javascript/common/gooana2.js"></script>');
}
