//FOOTER

function footer(pagestatus){

	//FOOTER MENU

	if ( pagestatus == "d0" ) {

	document.write('<!-- footer -->\n');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="727">\n');
	document.write('  <tr bgcolor="#000000">\n');
	document.write('    <td width="21"><img src="image/footer_l.gif" width="21" height="24"></td>\n');
	document.write('    <td width="380"><font size="2" class="f07pt" color="#FFDC3C">| <a href="sitemap/index.html"><font size="2" class="f07pt" color="#FFDC3C">サイトマップ</font></a> | <a href="privacy/index.html"><font size="2" class="f07pt" color="#FFDC3C">プライバシーポリシー</font></a> | <a href="link/index.html"><font size="2" class="f07pt" color="#FFDC3C">リンク集</font></a> | <a href="virussyori/index.html"><font size="2" class="f07pt" color="#FFDC3C">ウィルス取組</font></a> | </font></td>\n');
	document.write('    <td align="right" width="300"><a href="invite/index.html"><img src="image/b_invite.jpg" width="150" height="18" alt="販売店・パートナー募集" border="0"></a></td>\n');
	document.write('    <td align="right" width="26"><img src="image/footer_r.gif" width="26" height="24"></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td colspan="4"><img src="image/footer_d.gif" width="727" height="20"></td>\n');
	document.write('  </tr>\n');
	document.write('</table>\n');
	document.write('<!-- /footer -->\n');
	document.write('<img src="image/blank.gif" width="3" height="15"><br>\n');

	} else if ( pagestatus == "d1" ) {

	document.write('<!-- footer -->\n');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="727">\n');
	document.write('  <tr bgcolor="#000000">\n');
	document.write('    <td width="21"><img src="../image/footer_l.gif" width="21" height="24"></td>\n');
	document.write('    <td width="680"><font size="2" class="f07pt" color="#FFDC3C">| <a href="../sitemap/index.html"><font size="2" class="f07pt" color="#FFDC3C">サイトマップ</font></a> | <a href="../privacy/index.html"><font size="2" class="f07pt" color="#FFDC3C">プライバシーポリシー</font></a> | <a href="../security/index.html"><font size="2" class="f07pt" color="#FFDC3C">情報セキュリティポリシー</font></a> | <a href="../link/index.html"><font size="2" class="f07pt" color="#FFDC3C">リンク集</font></a> |　<a href="../virussyori/index.html"><font size="2" class="f07pt" color="#FFDC3C">ウィルス取組</font></a> | </font></td>\n');
	document.write('    <td align="right" width="26"><img src="../image/footer_r.gif" width="26" height="24"></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td colspan="3"><img src="../image/footer_d.gif" width="727" height="20"></td>\n');
	document.write('  </tr>\n');
	document.write('</table>\n');
	document.write('<!-- /footer -->\n');
	document.write('<img src="../image/blank.gif" width="3" height="15"><br>\n');

	} else if ( pagestatus == "d2" ) {

	document.write('<!-- footer -->\n');
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="727">\n');
	document.write('  <tr bgcolor="#000000">\n');
	document.write('    <td width="21"><img src="../../image/footer_l.gif" width="21" height="24"></td>\n');
	document.write('    <td width="680"><font size="2" class="f07pt" color="#FFDC3C">| <a href="../../sitemap/index.html"><font size="2" class="f07pt" color="#FFDC3C">サイトマップ</font></a> | <a href="../../privacy/index.html"><font size="2" class="f07pt" color="#FFDC3C">プライバシーポリシー</font></a> | <a href="../../link/index.html"><font size="2" class="f07pt" color="#FFDC3C">リンク集</font></a> |　<a href="../../virussyori/index.html"><font size="2" class="f07pt" color="#FFDC3C">ウィルス取組</font></a> | </font></td>\n');
	document.write('    <td align="right" width="26"><img src="../../image/footer_r.gif" width="26" height="24"></td>\n');
	document.write('  </tr>\n');
	document.write('  <tr>\n');
	document.write('    <td colspan="3"><img src="../../image/footer_d.gif" width="727" height="20"></td>\n');
	document.write('  </tr>\n');
	document.write('</table>\n');
	document.write('<!-- /footer -->\n');
	document.write('<img src="../../image/blank.gif" width="3" height="15"><br>\n');

	}

}
