// Top Footer//

function footer(pagestatus){

	if ( pagestatus == "top" ) {

	document.write('<table width="560" border="0" cellpadding="0" cellspacing="0">\n');
	document.write('  <tr>\n');
	document.write('    <td align="right"><span class="txt12"><a href="#">ホーム</a>　|　<a href="#">会社概要</a>　｜　<a href="#">Q&amp;A</a>　｜　<a href="#">お問合わせ</a>　｜　<a href="#">サイトマップ</a></span><img src="images/spacer.gif" width="8" height="1" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td><img src="images/spacer.gif" width="1" height="5" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td bgcolor="#4c516c"><img src="images/spacer.gif" width="1" height="4" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td><img src="../images/spacer.gif" width="1" height="5" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td align="right"><span class="txt12">&copy; 2001 DAIICHI HOME CORPORATION. All Rights Reserved.</span><img src="images/spacer.gif" width="8" height="1" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('</table>\n');

	}

// Common Footer//

	else if ( pagestatus == "common" ){

	document.write('<table width="560" border="0" cellpadding="0" cellspacing="0">\n');
	document.write('  <tr>\n');
	document.write('    <td align="right"><span class="txt12"><a href="#">ホーム</a>　|　<a href="#">会社概要</a>　｜　<a href="#">Q&amp;A</a>　｜　<a href="#">お問合わせ</a>　｜　<a href="#">サイトマップ</a></span><img src="../images/spacer.gif" width="8" height="1" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td><img src="../images/spacer.gif" width="1" height="5" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td bgcolor="#4c516c"><img src="../images/spacer.gif" width="1" height="4" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td><img src="../images/spacer.gif" width="1" height="5" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td align="right"><span class="txt12">&copy; 2001 DAIICHI HOME CORPORATION. All Rights Reserved.</span><img src="../images/spacer.gif" width="8" height="1" alt=""></td>\n');
	document.write('  </tr>\n');
	document.write('</table>\n');

	}

}


