_menuCloseDelay=500 
_menuOpenDelay=150
_subOffsetTop=0
_subOffsetLeft=0

with(menuStyle1=new mm_style()){
onbgcolor="";
oncolor="";
offbgcolor="";
offcolor="";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="";
separatorsize="0";
padding=2;
fontsize="";
fontstyle="";
fontfamily="";
subimage="";
subimagepadding="0";
}

with(menuStyle=new mm_style()){
onbgcolor="#010080";
offbgcolor="#356BD7";
oncolor="#FFFFFF";
offcolor="#FFFF00";
bordercolor="#013E5E";
borderstyle="solid";
borderwidth=1;
separatorcolor="#013E5E";
separatorsize="1";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="Normal";
fontfamily="Verdana";
itemwidth="90";
itemheight="20";
align="Center";
subimage="images/arrowMenu.gif";
subimagepadding="2";
}



with(sat=new menuname("1")){
style=menuStyle;
aI("text=About Us;url=dynamicdata/About_Us.asp;status=About Us;");
aI("text=History;url=dynamicdata/Club_History.asp;status=History;");
aI("text=Committee;url=dynamicdata/Committee.asp;status=Committee;");
aI("text=Sign Up;url=dynamicdata/SpotTheBallCompetition.asp;status=Sign Up;");
aI("text=Directions;url=dynamicdata/Directions.asp;status=Directions;");
}

with(sat=new menuname("7")){
style=menuStyle;
aI("text=Sponsorship;url=dynamicdata/Sponsorship.asp;status=Sponsorship;");
}

drawMenus();




