
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(MapSample=new mm_style()){
onbgcolor="#E9D2B2";
oncolor="#423E39";
offbgcolor="#CCAF86";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
padding=2;
fontsize="12";
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Tahoma, Arial, Helvetica, sans-serif";
high3dcolor="#000000";
low3dcolor="#aaaaaa";
pagecolor="#000000";
pagebgcolor="#E9D2B2";
headercolor="#FFFFFF";
headerbgcolor="#E37D02";
offborder="1px solid #000000";
subimage="arrow.gif";
followscroll="1";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#FBE4C5', Direction=120, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
//separatorcolor="#000000";
//separatorsize="#000000";
}



//Historical Themes Main Menu
with(milonic=new menuname("about")){
style=MapSample;
left=175;
top=250;
borderwidth=1;
aI("text=Summary;url=summary.html");
aI("text=Early Life (1839-1859);url=earlylife.html");
aI("text=Years of Challenge (1859-1874);url=challengeyears.html");
aI("text=Temperance Years (1874-1898);url=temperanceyears.html");
}


drawMenus();
