

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#9E8623";
bordercolor="#5D5C5C";
borderstyle="solid";
borderwidth=0;
separatorcolor="#5D5C5C";
separatorsize="";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
//pagecolor="black";
//pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
visitedcolor="#9E8623";
//aI("text=Mission;url=mission.asp;itemwidth=120;");
aI("text=History;url=history.asp;");
aI("text=Chapter Locations;url=ChapterLocations.asp;");
aI("text=Contact Information;url=ContactInformation.asp;");
aI("text=Newsletters;url=newsletters.asp;");
}

with(milonic=new menuname("Activities")){
style=menuStyle;
overflow="scroll";
visitedcolor="#9E8623";
aI("text=Statewide Events;showmenu=Statewide;itemwidth=160;");
aI("text=Local Events;showmenu=Local;itemwidth=160;");
}

with(milonic=new menuname("Statewide")){
style=menuStyle;
overflow="scroll";
visitedcolor="#9E8623";
aI("text=International Builders Show;url=StatewideIBS.asp;");
aI("text=Southeast Builder Conference;url=StatewideSBC.asp;");
}

with(milonic=new menuname("Local")){
style=menuStyle;
overflow="scroll";
visitedcolor="#9E8623";
aI("text=Summer Camp;url=StatewideSummer.asp;");
aI("text=Field Trips;url=FieldTrips.asp;");
}

with(milonic=new menuname("Releases")){
style=menuStyle;
overflow="scroll";
visitedcolor="#9E8623";
aI("text=Chapter One;url=Press_ChapterOne.asp;itemwidth=160;");
}

with(milonic=new menuname("Sponsors")){
itemwidth=200;
style=menuStyle;
overflow="scroll";
visitedcolor="#9E8623";
}



drawMenus();

