//
//  ネオストリート　メニューバー
//

function MallMenu(no,alli_cd) {

//set color
color = new Array(6);
for (i=0; i<6; i++)
	color[i] = "#0099cc";
color[no] = "#ffcc00";

wd = window.document;
wd.write('<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>\n');
wd.write('<TABLE border=0 cellspacing=0 cellpadding=0 width=100%>\n');
wd.write('<TR><FORM name=MENUBAR><INPUT type=hidden name=__RES_JSPID><INPUT type=hidden name=ALLI_CD></FORM>\n');
wd.write('<TR><TD><IMG src=../../menu/images/logo1.gif border=0></TD>');
wd.write('<TD id=image1 width=100%><img src=../../menu/images/logobg.jpg><IMG SRC=../../menu/images/nonvisible.gif border=0></TD>');
wd.write('<TD align=right><A href="http://www.neostreet.co.jp/"><IMG src=../../menu/images/logo2.gif border=0></A></TD>');
wd.write('</TR></table>');
wd.write('<center>');
wd.write('<table width=100% cellspacing=0 cellpadding=2 class=menu><tr>');
wd.write('<td nowrap bgcolor=#0099cc>&nbsp;&nbsp;<font color=#ffffff>ネオストリート ショッピングモール</td>');
if(color[0]=="#ffcc00"){
	wd.write('<th bgcolor='+color[0]+' width=70>ホーム</th>');
}else{
	wd.write('<th bgcolor='+color[0]+' width=70><a class=menu href="JavaScript:goSHOP()">ホーム</a></th>');
}
if(color[1]=="#ffcc00"){
	wd.write('<th bgcolor='+color[1]+' width=70>&nbsp;<font color=#ffffff>商品案内</font>&nbsp;</th>');
}else if(alli_cd==0){
	wd.write('<th bgcolor='+color[1]+' width=70>&nbsp;<a class=menu href="JavaScript:goSHOP()">商品案内</th>');
}else{
	wd.write('<th bgcolor='+color[1]+' width=70>&nbsp;<a class=menu href="http://www.neostreet.co.jp/Shop'+alli_cd+'.htm">商品案内</a></th>');
}
if(color[2]=="#ffcc00"){
	wd.write('<th bgcolor='+color[2]+' width=70>&nbsp;<font color=#ffffff>カート</font>&nbsp;</th>');
}else if(alli_cd==0){
	wd.write('<th bgcolor='+color[2]+' width=70>&nbsp;<a class=menu href="JavaScript:goMALL_CART_LIST()">カート</a>&nbsp;</th>');
}else{
	wd.write('<th bgcolor='+color[2]+' width=70>&nbsp;<a class=menu href="JavaScript:goMALL_CART('+alli_cd+')">カート</a>&nbsp;</th>');
}
if(color[3]=="#ffcc00"){
	wd.write('<th bgcolor='+color[3]+' width=70><font color=#ffffff>注文履歴</font></th>');
}else if(alli_cd==0){
	wd.write('<th bgcolor='+color[3]+' width=70><a class=menu href="JavaScript:goMALLHISTORY_LIST()">注文履歴</a></th>');
}else{
	wd.write('<th bgcolor='+color[3]+' width=70><a class=menu href="JavaScript:goMALLHISTORY('+alli_cd+')">注文履歴</a></th>');
}
wd.write('<th bgcolor='+color[4]+' width=70><a class=menu href="JavaScript:goMEMBER()">会員情報</a></th>');
if(alli_cd==0){
	wd.write('<th bgcolor='+color[5]+' width=70><a class=menu href="JavaScript:goHELP()">ヘルプ</a></th>');
}else{
	wd.write('<th bgcolor='+color[5]+' width=70><a class=menu href="JavaScript:goSHOPHELP('+alli_cd+')">ヘルプ</a></th>');
}
wd.write('</tr></table>');
wd.write('</center>');

}

function MallMenuBP(no) {

//set color
color = new Array(6);
for (i=0; i<6; i++)
	color[i] = "#0099cc";
color[no] = "#ffcc00";

wd = window.document;
wd.write('<BODY topmargin=0 leftmargin=0 marginwidth=0 marginheight=0>\n');
wd.write('<TABLE border=0 cellspacing=0 cellpadding=0 width=100%>\n');
wd.write('<TR><FORM name=MENUBAR><INPUT type=hidden name=__RES_JSPID></FORM>\n');
wd.write('<TR><TD><IMG src=../../menu/images/logo1.gif border=0></TD>');
wd.write('<TD id=image1 width=100%><img src=../../menu/images/logobg.jpg><IMG SRC=../../menu/images/nonvisible.gif border=0></TD>');
wd.write('<TD align=right><A href="http://www.neostreet.co.jp/"><IMG src=../../menu/images/logo2.gif border=0></A></TD>');
wd.write('</TR></table>');
wd.write('<center>');
wd.write('<table width=100% cellspacing=0 cellpadding=2 class=menu><tr>');
wd.write('<td nowrap bgcolor=#0099cc>&nbsp;&nbsp;<font color=#ffffff>ネオストリート ショッピングモール</td>');
if(color[0]=="#ffcc00"){
	wd.write('<th bgcolor='+color[0]+' width=70>ホーム</th>');
}else{
	wd.write('<th bgcolor='+color[0]+' width=70><a class=menu href="JavaScript:goSHOP()">ホーム</a></th>');
}
if(color[1]=="#ffcc00"){
	wd.write('<th bgcolor='+color[1]+' width=70>&nbsp;<font color=#ffffff>商品案内</font>&nbsp;</th>');
}else{
	wd.write('<th bgcolor='+color[1]+' width=70>&nbsp;<a class=menu href="JavaScript:goBPSHOP()">商品案内</th>');
}
if(color[2]=="#ffcc00"){
	wd.write('<th bgcolor='+color[2]+' width=70>&nbsp;<font color=#ffffff>カート</font>&nbsp;</th>');
}else{
	wd.write('<th bgcolor='+color[2]+' width=70>&nbsp;<a class=menu href="JavaScript:goCART()">カート</a>&nbsp;</th>');
}
if(color[3]=="#ffcc00"){
	wd.write('<th bgcolor='+color[3]+' width=70><font color=#ffffff>注文履歴</font></th>');
}else{
	wd.write('<th bgcolor='+color[3]+' width=70><a class=menu href="JavaScript:goHISTORY()">注文履歴</a></th>');
}
wd.write('<th bgcolor='+color[4]+' width=70><a class=menu href="JavaScript:goMEMBER()">会員情報</a></th>');
wd.write('<th bgcolor='+color[5]+' width=70><a class=menu href="JavaScript:goSHOPHELP(999900)">ヘルプ</a></th>');
wd.write('</tr></table>');
wd.write('</center>');

}

// end

