Hi, I'm doing an Insert Bar Menu. There are different menus. Everything looks
good. My only problem is that the first menu installs all the other menus under
the same option. The rest of the menus are fine.
Ex:
Menu 1 Menu 2 Menu 3
Sel 1 Opt 1 Chk 1
Sel 2 Opt 2 Chk 2
Opt 1
Opt 2
Chk 1
Chk 2

What could be wrong?
Thanks.

<insertbar-changes>
<insertbar-insert insertBefore="DW_Insertbar_Common">
<category id="DW_Insertbar_AROS" name="AROS" folder="AROS">

<menubutton id="DW_Insertbar_AccountCreated" name="Account Created"
image="AROS/acct.gif" folder="AROS">
<button id="DW_AROS_acctname" image="AROS/acct.gif" name="Name"
file="AROS/acct_name.html"/>
<button id="DW_AROS_acctstreet" image="AROS/acct.gif" name="Street"
file="AROS/acct_street.html"/>

</menubutton>

<menubutton id="DW_Insertbar_OrderMenu" name="Order Menu"
image="AROS/ordermenu.gif" folder="AROS">
<button id="DW_AROS_alck1" image="AROS/ordermenu.gif" name="Category Name"
file="AROS/alck_1.html"/>
<button id="DW_AROS_alck2" image="AROS/ordermenu.gif" name="Category
Desc." file="AROS/alck_2.html"/>
<button id="DW_AROS_alck3" image="AROS/ordermenu.gif" name="Nav Name"
file="AROS/alck_3.html"/>
</menubutton>

<menubutton id="DW_Insertbar_CreateNewAcct" name="Create New Account"
image="AROS/newacct.gif" folder="AROS">
<button id="DW_AROS_rgtrannday" image="AROS/newacct.gif" name="Anniversary
Day" file="AROS/rgtr_annday.html"/>
<button id="DW_AROS_rgtrannmonth" image="AROS/newacct.gif"
name="Anniversary Month" file="AROS/rgtr_annmonth.html"/>
</menubutton>

<menubutton id="DW_Insertbar_FinalOrderInfo" name="Fianl Order Info"
image="AROS/finalorderinfo.gif" folder="AROS">
<button id="DW_AROS_pymtapartment" image="AROS/finalorderinfo.gif"
name="Apartment Name" file="AROS/pymt_apartment.html"/>
<button id="DW_AROS_pymtbusiness" image="AROS/finalorderinfo.gif"
name="Business" file="AROS/pymt_business.html"/>
<button id="DW_AROS_pymtcity" image="AROS/finalorderinfo.gif" name="City"
file="AROS/pymt_city.html"/>

</menubutton>

</category>
</insertbar-insert>
</insertbar-changes>