_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(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
onbgcolor="#7D90B8";
oncolor="#f5f5f5";
offbgcolor="#314673";
offcolor="#cccccc";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#cccccc";
separatorsize="1";
padding=4;
fontsize="10px";
fontweight="bold";
fontfamily="Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#1E65BA";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("Archive")){
style=menuStyle;
overflow="scroll";
aI("text=Interactive Timeline;url=index.cfm?get=archive&show=timeline;");
aI("text=Historical Documents;url=index.cfm?get=archive&show=documents;");
aI("text=Special Presentations;url=index.cfm?get=archive&show=presentations;");
aI("text=Video;url=index.cfm?get=archive&show=video;");
aI("text=Photo Archive;url=index.cfm?get=archive&show=photos;");
aI("text=Manuscripts;url=index.cfm?get=archive&show=manuscripts;");
}


with(milonic=new menuname("News")){
style=menuStyle;
aI("text=News;url=index.cfm?get=news&show=news;");
aI("text=Interviews;url=index.cfm?get=news&show=interviews;");
aI("text=Speeches;url=index.cfm?get=news&show=speeches;");
aI("text=Press Releases;url=index.cfm?get=news&show=releases;");
aI("text=In The Press;url=index.cfm?get=news&show=press;");
}

with(milonic=new menuname("FAQ")){
style=menuStyle;
aI("text=Historical;url=index.cfm?get=faq&show=historical;");
aI("text=Legal;url=index.cfm?get=faq&show=legal;");
aI("text=Personal Activities;url=index.cfm?get=faq&show=personal;");
aI("text=Visitor Questions;url=index.cfm?get=faq&show=visitor;");
aI("text=The Anna-Maria Foundation;url=index.cfm?get=faq&show=foundation;");
}

drawMenus();
