//
//  ネオストリート　メニューバー
//

if (HM_IsMenu) {

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('<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>\n');
wd.write('<table cellspacing=0 cellpadding=0 width=100%>');
wd.write('<TR><TD valign=top bgcolor="#FFCC00">');
wd.write('<IMG src="/menu/images/menubtn.gif" width="900" height="20" border="0" usemap="#menubtn">');
wd.write('<MAP name=menubtn>');
wd.write('<AREA href="http://www.neostreet.co.jp/index.html" onMouseOver=HM_f_PopUp("elMenu1",event) onMouseOut=HM_f_PopDown("elMenu1") shape="rect" coords="1,1,177,22">');
wd.write('<AREA href="http://www.neostreet.co.jp/parktop.htm" onMouseOver=HM_f_PopUp("elMenu2",event) onMouseOut=HM_f_PopDown("elMenu2") shape="rect" coords="181,1,359,22">');
wd.write('<AREA href="http://www.neostreet.co.jp/regist.htm" onMouseOver=HM_f_PopUp("elMenu3",event) onMouseOut=HM_f_PopDown("elMenu3") shape="rect" coords="361,1,539,22">');
wd.write('<AREA href="JavaScript:goSHOP()" onMouseOver=HM_f_PopUp("elMenu4",event) onMouseOut=HM_f_PopDown("elMenu4") shape="rect" coords="541,1,719,22">');
wd.write('<AREA href="http://www.neostreet.co.jp/help_file/index.htm" onMouseOver=HM_f_PopUp("elMenu5",event) onMouseOut=HM_f_PopDown("elMenu5") shape="rect" coords="721,1,899,22">');
wd.write('<AREA shape="default" nohref>');
wd.write('</MAP>');
wd.write('</TD></TR></TABLE>');

} else {
	
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('<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>\n');
wd.write('<table cellspacing=0 cellpadding=0 width=100%>');
wd.write('<TR><TD valign=top bgcolor="#FFCC00">');
wd.write('<IMG src="/menu/images/menubtn.gif" width="900" height="20" border="0" usemap="#menubtn">');
wd.write('<MAP name=menubtn>');
wd.write('<AREA href="http://www.neostreet.co.jp/index.html" shape="rect" coords="1,1,177,22">');
wd.write('<AREA href="http://www.neostreet.co.jp/parktop.htm" shape="rect" coords="181,1,359,22">');
wd.write('<AREA href="http://www.neostreet.co.jp/regist.htm" shape="rect" coords="361,1,539,22">');
wd.write('<AREA href="JavaScript:goSHOP()" shape="rect" coords="541,1,719,22">');
wd.write('<AREA href="http://www.neostreet.co.jp/help_file/index.htm" shape="rect" coords="721,1,899,22">');
wd.write('<AREA shape="default" nohref>');
wd.write('</MAP>');
wd.write('</TD></TR></TABLE>');

}

// end
