Thanks for the reply. I changed it and now I can not see any part of the menu...
Here is what I have for the submenu...
with(milonic=new menuname("Teams")){
style=menuStyle;
overflow="scroll";
aI("text=Listing of all teams and emails for coaches;url=../teams.htm;");
aI("text=Bantam Black;url=../bantam_black/index.htm;showmenu=Bantam Black;");
aI("text=Bantam Gold;showmenu=Bantam Gold;");
aI("text=Bantam White;showmenu=Bantam White;");
aI("text=Mini Tackle Black;showmenu=Mini Tackle Black;");
aI("text=Mini Tackle Gold;showmenu=Mini Tackle Gold;");
aI("text=Mini Tackle White;showmenu=Mini Tackle White;");
aI("text=Fourth Black;showmenu=Fourth Black;");
aI("text=Fourth Gold;showmenu=Fourth Gold;");
aI("text=Fourth White;showmenu=Fourth White;");
aI("text=Fifth Black;showmenu=Fifth Black;");
aI("text=Fifth Gold;showmenu=Fifth Golde;");
aI("text=Fifth White;showmenu=Fifth White;");
aI("text=Sixth Black;showmenu=Sixth Black;");
aI("text=Sixth Gold;showmenu=Sixth Golde;");
aI("text=Sixth White;showmenu=Sixth White;");
}
with(milonic=new menuname("Bantam Black")){
style=menuStyle;
aI("text=Main;url=
http://www.weeelks.org/bantam_black/ind ... tus=Bantam Black Main Page;"};
aI("text=Roster;url=
http://www.weeelks.org/bantam_black/pho ... tus=Bantam Black Photos;");
aI("text=Photos;url=
http://www.weeelks.org/bantam_black/ros ... tus=Bantam Black Roster;");
aI("text=Game Article;url=
http://www.weeelks.org/bantam_black/art ... tus=Bantam Black Game Article;");
}