

_menuCloseDelay=100           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#868641";
// onbgcolor="#4F8EB6";
// onbgcolor="#BBBBBB";
oncolor="#ffffff";
offbgcolor="#9A9A67";
// offbgcolor="#DCE9F0";
offcolor="#515151";
// bordercolor="#296488";
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.2)";
}


with(milonic=new menuname("Museum Information")){
style=menuStyle;
itemwidth=160;
overflow="scroll";
aI("text=About the Museum;url=index.html;");
aI("text=Museum Hours;url=index.html;");
}

with(milonic=new menuname("Current Events")){
style=menuStyle;
itemwidth=160;
aI("text=Seminar Calendar;url=index.html;");
aI("text=Special Events Calendar;url=index.html;");
aI("text=Bob Hope Exhibit Grand Opening;url=index.html;");
}

with(milonic=new menuname("Attractions")){
style=menuStyle;
itemwidth=160;
aI("text=The Air Power Museum;url=index.html;");
aI("text=Save the Girls Nose Art Gallery;url=index.html;");
aI("text=Hope for America Exhibit;url=index.html;");
}

with(milonic=new menuname("Preservation and Collections")){
style=menuStyle;
itemwidth=160;
aI("text=Preservation Workshop;url=index.html;");
aI("text=Loan Policies;url=index.html;");
}

with(milonic=new menuname("Programs and Services")){
style=menuStyle;
itemwidth=160;
aI("text=Library Hours;url=index.html;");
aI("text=Services Offered;url=index.html;");
aI("text=How to Participate;url=index.html;");
}

with(milonic=new menuname("Foundation")){
style=menuStyle;
itemwidth=160;
aI("text=Endowment;url=index.html;");
}

with(milonic=new menuname("Oral History")){
style=menuStyle;
itemwidth=160
aI("text=About the Oral History Program;url=index.html;");
aI("text=How to Interview Kit;url=index.html;");
}

with(milonic=new menuname("Planning Your Visit")){
style=menuStyle;
itemwidth=160
aI("text=Maps;url=index.html;");
aI("text=Accommodations;url=index.html;");
}

with(milonic=new menuname("Membership and Volunteering")){
style=menuStyle;
itemwidth=160;
aI("text=How to Become Involved;url=index.html;");
aI("text=Join the Museum Today;url=index.html;");
}

with(milonic=new menuname("Contact Information")){
style=menuStyle;
itemwidth=160;
aI("text=Email Us;url=index.html;");
}

with(milonic=new menuname("Museum Store")){
style=menuStyle;
itemwidth=160;
aI("text=Museum Online Store;url=index.html;");
}

drawMenus();

