_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0


with(menuStyle1=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#fafafa";
offcolor="#336666";
bordercolor="#bfcccb";
borderstyle="solid";
borderwidth=0;
separatorcolor="#bfcccb";
separatorsize="0";
padding=6;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimage="";
subimagepadding="2";
}


with(menuStyle=new mm_style()){
onbgcolor="#284662";
oncolor="#FDB016";
offbgcolor="#FDB016";
offcolor="#284662";
bordercolor="#0099CC";
borderstyle="solid";
borderwidth=1;
separatorcolor="#0099CC";
separatorsize="1";
padding="6";
fontsize="70%";
fontstyle="Normal";
fontfamily="Arial";
fontweight="Bolder";
subimage="images/spacer.gif";
subimagepadding="2";
}




with(sat=new menuname("7")){
style=menuStyle;
aI("text=High School;url=dynamicdata/HighSchool-Football.aspx;showmenu=21;status=High School;");
aI("text=College ;url=dynamicdata/College-Football.aspx;showmenu=22;status=College ;");
}

with(sat=new menuname("8")){
style=menuStyle;
aI("text=High School;url=dynamicdata/HighSchool-Baseball.aspx;showmenu=23;status=High School;");
aI("text=College;url=dynamicdata/College-Baseball.aspx;showmenu=24;status=College;");
}

with(sat=new menuname("11")){
style=menuStyle;
aI("text=Elevated Bleachers;url=/Elevated-bleachers.aspx;showmenu=25;status=Elevated Bleachers;");
aI("text=Non-Elevated Bleachers;url=/NonElevated-bleachers.aspx;showmenu=26;status=Non-Elevated Bleachers;");
}

with(sat=new menuname("13")){
style=menuStyle;
aI("text=Seating on Concrete;url=dynamicdata/SeatingOnConcrete-stadium.aspx;showmenu=28;status=Seating on Concrete;");
aI("text=Other Products;url=dynamicdata/Renovation-stadium.aspx;showmenu=27;status=Other Products;");
}

drawMenus();

