// 会員（CP_KBN == 1）
if (mmbflg == 1) {
	document.write('<TABLE border="0" cellspacing="0" cellpadding="0">');
	document.write('<TR>');
	document.write('<TD valign="top">');
	document.write('<a href="/cgi-bin2/dexlogout.cgi?url=http://www.dex.ne.jp/ipodmeetsgas/index.html" TARGET="_top">');
	document.write('<IMG src="image/icn_logout.gif" width="68" height="22" border="0" alt="ログアウト"></a>');
	document.write('</TD>');
	document.write('<TD valign="top"><a href="./frame.cgi?rtn=1&main=https://ssl.dex.ne.jp/cgi-bin/prevMemb.cgi" TARGET="_top">');
	document.write('<IMG src="image/icn_myaccount.gif" width="84" height="22" border="0" alt="マイアカウント" hspace="10"></a></TD>');
	document.write('<TD valign="top"><a href="./frame.cgi?rtn=1&main=/cgi-bin2/cart_in.cgi?db_kind=B" TARGET="_top">');
	document.write('<IMG src="image/icn_cart.gif" width="61" height="22" border="0" alt="カート"></a></TD>');
	document.write('<TD valign="top"><a href="/" TARGET="_top">');
	document.write('<IMG src="image/logo_dexweb.gif" width="87" height="30" border="0" alt="DEX WEB"></a></TD>');
	document.write('</TR></TABLE>');


// 会員（CP_KBN != 1）
} else if (mmbflg == 2) {
	document.write('<TABLE border="0" cellspacing="0" cellpadding="0">');
	document.write('<TR><TD valign="top">');
	document.write('<a href="/cgi-bin2/dexlogout.cgi?url=http://www.dex.ne.jp/ipodmeetsgas/index.html" TARGET="_top">');
	document.write('<IMG src="image/icn_logout.gif" width="68" height="22" border="0" alt="ログアウト"></a></TD>');
	document.write('<TD valign="top"><a href="./frame.cgi?rtn=1&main=https://ssl.dex.ne.jp/cgi-bin/prevMemb.cgi" TARGET="_top">');
	document.write('<IMG src="image/icn_myaccount.gif" width="84" height="22" border="0" alt="マイアカウント" hspace="10"></a></TD>');
	document.write('<TD valign="top"><a href="./frame.cgi?rtn=1&main=/cgi-bin2/cart_in.cgi?db_kind=B" TARGET="_top">');
	document.write('<IMG src="image/icn_cart.gif" width="61" height="22" border="0" alt="カート"></a></TD>');
	document.write('<TD valign="top"><a href="/" TARGET="_top">');
	document.write('<IMG src="image/logo_dexweb.gif" width="87" height="30" border="0" alt="DEX WEB"></a></TD>');
	document.write('</TR></TABLE>');


// 非会員
} else if (mmbflg == 3) {
	document.write('<TABLE border="0" cellspacing="0" cellpadding="0">');
	document.write('<TR>');
	document.write('<TR><TD valign="top">');
	document.write('<a href="./login.html">');
	document.write('<IMG src="image/icn_login.gif" width="68" height="22" border="0" alt="ログイン"></a></TD>');
	document.write('<TD valign="top"><a href="./frame.cgi?rtn=1&main=https://ssl.dex.ne.jp/reg/A_ipodmeetsgas/form.html" TARGET="_top">');
	document.write('<IMG src="image/icn_reg.gif" width="150" height="22" border="0" alt="新規メンバー登録（無料）"></a></TD>');
	document.write('<TD valign="top"><a href="./frame.cgi?rtn=1&main=/forget/index.html" TARGET="_top">');
	document.write('<IMG src="image/icn_idpw.gif" width="122" height="22" alt="パスワードを忘れた" border="0"></a></TD>');
	document.write('<TD valign="top"><a href="./cart.html">');
	document.write('<IMG src="image/icn_cart.gif" width="61" height="22" border="0" alt="カート"></a></TD>');
	document.write('<TD valign="top"><a href="/" TARGET="_top">');
	document.write('<IMG src="image/logo_dexweb.gif" width="87" height="30" border="0" alt="DEX WEB"></a></TD>');
	document.write('</TR></TABLE>');
}