
_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=-5               // 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="#D6D3D3";
oncolor="#B2132A";
offbgcolor="#97A7F0";
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="#D4D7DB";
headercolor="#FFFFFF";
headerbgcolor="#0206F5";
offborder="1px solid #000000";
subimage="arrow.gif";
followscroll="1";
overfilter="Fade(duration=0.1);Alpha(opacity=100);Shadow(color='#D4D7DB', Direction=120, Strength=5)";
outfilter="randomdissolve(duration=0.5)";
//separatorcolor="#000000";
//separatorsize="#000000";
}



//Historical Themes Main Menu
with(milonic=new menuname("histtheme")){
style=MapSample;
left=150;
top=120;
borderwidth=1;
aI("text=Historical Themes;type=header;align=center;");
aI("text=Economic Development and Labor;url=../economic.html");
aI("text=Law and Society;url=../law.html;showmenu=law");
aI("text=Native American Relations;url=../nativeamericans.html");
aI("text=Politics;url=../politics.html;showmenu=politics");
aI("text=Race and Ethnicity;url=../race.html;showmenu=race");
aI("text=Religion and Culture;url=../religionculture.html");
aI("text=Settlement and Immigration;url=../settlement.html;showmenu=settlement");
aI("text=Soldiers' Lives;url=../soldierslives.html;showmenu=soldiers");
aI("text=Women's Experience and <br>Gender Roles;url=../women.html");
}


// Law and Society Child Menu
with(milonic=new menuname("law")){
style=MapSample;
borderwidth=1;
aI("text=Law and Society;type=header;align=center;");
aI("text=Interpretive History;url=../law.html;");
aI("text=Video;url=../video-law.html;");
}

// Politics Child Menu
with(milonic=new menuname("politics")){
style=MapSample;
borderwidth=1;
aI("text=Politics;type=header;align=center;");
aI("text=Interpretive History;url=../politics.html;");
aI("text=Video;url=../video-politics.html;");
}
//  Race and EthnicityChild Menu
with(milonic=new menuname("race")){
style=MapSample;
borderwidth=1;
aI("text=Race and Ethnicity;type=header;align=center;");
aI("text=Interpretive History;url=../race.html;");
aI("text=Video;url=../video-race.html;");
}
//  Settlement and ImmigrationChild Menu
with(milonic=new menuname("settlement")){
style=MapSample;
borderwidth=1;
aI("text=Settlement and Immigration;type=header;align=center;");
aI("text=Interpretive History;url=../settlement.html;");
aI("text=Video;url=../video-settlement.html;");
}

//  Child Menu
with(milonic=new menuname("soldiers")){
style=MapSample;
borderwidth=1;
aI("text=Soldiers' Lives;type=header;align=center;");
aI("text=Interpretive History;url=../soldierslives.html;");
aI("text=Video;url=../video-soldiers.html;");
}
//Narratives Main Menu
with(milonic=new menuname("narrative")){
style=MapSample;
left=150;
top=220;
borderwidth=1;
aI("text=Narrative;type=header;align=center;");
aI("text=The Secession Crisis, 1860-61;url=../narrative1.html");
aI("text=And the War Came, 1861-2;url=../narrative2.html;showmenu=narrative2");
aI("text=The State Constitutional <br>Convention of 1862;url=../narrative3.html");
aI("text=Illinois Volunteers;url=../narrative4.html;showmenu=narrative4");
aI("text=Illinois in Combat, 1862-3;url=../narrative5.html;showmenu=narrative5");
aI("text=Grant Takes the Helm, 1863-5;url=../narrative6.html");
aI("text=Lincoln's Challenge, 1864;url=../narrative7.html");
aI("text=Refusing Comfort;url=../narrative8.html");
}


//narrative2  Child Menu
with(milonic=new menuname("narrative2")){
style=MapSample;
borderwidth=1;
aI("text=And the War Came, 1861-2;type=header;align=center;");
aI("text=Interpretive History;url=../narrative2.html;");
aI("text=Video;url=../video-narrative2.html;");
}

// narrative4 Child Menu
with(milonic=new menuname("narrative4")){
style=MapSample;
borderwidth=1;
aI("text=Illinois Volunteers;type=header;align=center;");
aI("text=Interpretive History;url=../narrative4.html;");
aI("text=Video;url=../video-narrative4.html;");
}

// narrative5 Child Menu
with(milonic=new menuname("narrative5")){
style=MapSample;
borderwidth=1;
aI("text=Illinois in Combat, 1862-3;type=header;align=center;");
aI("text=Interpretive History;url=../narrative5.html;");
aI("text=Video;url=../video-narrative5.html;");
}

//About the Site Main Menu
with(milonic=new menuname("about")){
style=MapSample;
left=150;
top=360;
borderwidth=1;
aI("text=About This Site;type=header;align=center;");
aI("text=Home;url=../about.html;");
aI("text=Project Staff;url=../aboutstaff.html;");
aI("text=Project Sponsors;url=../aboutsponsors.html;");
aI("text=Notable History Sites;url=../aboutsites.html;");
aI("text=Digitization Projects @ NIU Libraries;url=../aboutprojects.html;");
aI("text=NIU Libraries;url=http://www.ulib.niu.edu;");
aI("text=Contact Us;url=mailto:drew@niu.edu;");
}
drawMenus();
