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



//Campaign Themes Main Menu
with(milonic=new menuname("campaign")){
style=MapSample;
left=150;
top=170;
borderwidth=1;
aI("text=Campaign Histories;type=header;align=center;");
aI("text=Campaign of 1840;url=campaignhistory-1840.html");
aI("text=Campaign of 1844;url=campaignhistory-1844.html");
aI("text=Campaign of 1848;url=campaignhistory-1848.html");
aI("text=Campaign of 1852;url=campaignhistory-1852.html");
aI("text=Campaign of 1856;url=campaignhistory-1856.html");
aI("text=Campaign of 1860;url=campaignhistory-1860.html");
}


//Narratives Main Menu
with(milonic=new menuname("party")){
style=MapSample;
left=150;
top=220;
borderwidth=1;
aI("text=Second Party System;type=header;align=center;");
aI("text=Overview;url=ps-overview.html");
aI("text=Political Parties;url=ps-list.html#pol;showmenu=pol");
aI("text=Pivotal Events;url=ps-list.html#events;showmenu=events");
aI("text=Political Culture;url=ps-list.html#culture;showmenu=culture");
}


//pol  Child Menu
with(milonic=new menuname("pol")){
style=MapSample;
borderwidth=1;
aI("text=Political Parties;type=header;align=center;");
aI("text=The Democratic Party;url=ps-democrat.html;");
aI("text=The Political-Economy of the Democratic Party;url=ps-democrateconomy.html;");
aI("text=The National Republican Party;url=ps-nationalrepublican.html;");
aI("text=The Antimasonic Party;url=ps-antimasonic.html;");
aI("text=The Whig Party;url=ps-whig.html;");
aI("text=The American System and Whig Political-Economy;url=ps-whigeconomy.html;");
aI("text=Nativist and Antislavery Third Parties;url=ps-nativist.html;");
aI("text=The Republican Party;url=ps-republican.html;");
aI("text=The Know Nothing Party;url=ps-knownothing.html;");
}

// events Child Menu
with(milonic=new menuname("events")){
style=MapSample;
borderwidth=1;
aI("text=Pivotal Events;type=header;align=center;");
aI("text=The Presidential Election of 1840;url=ps-1840.html;");
aI("text=The Mexican War;url=ps-mexicanwar.html;");
aI("text=The Wilmot Proviso;url=ps-wilmotproviso.html;");
aI("text=The Compromise of 1850;url=ps-compromiseof1850.html;");
aI("text=The Kansas-Nebraska Act;url=ps-kansasnebraska.html;");
aI("text=Bleeding Kansas;url=ps-bleedingkansas.html;");
aI("text=The Dred Scott Decision;url=ps-dredscott.html;");
aI("text=The Presidential Election of 1860;url=ps-1860.html;");
}


// culture Child Menu
with(milonic=new menuname("culture")){
style=MapSample;
borderwidth=1;
aI("text=Pivotal Culture;type=header;align=center;");
aI("text=States' Rights;url=ps-statesrights.html;");
aI("text=Abolitionism;url=ps-abolitionism.html;");
aI("text=Slavery and Slavery Extension;url=ps-slavery.html;");
aI("text=Free Blacks and American Racial Attitudes;url=ps-freeblacks.html;");
aI("text=Nativism;url=ps-nativism.html;");
aI("text=Women in Politics;url=ps-women.html;");
}


//About the Site Main Menu
with(milonic=new menuname("candidates")){
style=MapSample;
left=150;
top=290;
borderwidth=1;
aI("text=The Candidates;type=header;align=center;");
aI("text=Brief Candidate Biographies;url=candidates.html;");
aI("text=Primary Documents;url=candidates-pd.html;showmenu=doc");
}

// doc Child Menu
with(milonic=new menuname("doc")){
style=MapSample;
borderwidth=1;
aI("text=Primary Documents;type=header;align=center;");
aI("text=Campaign Biographies;url=http://lincoln.lib.niu.edu/cgi-bin/philologic/search3t?author=&title=&keywords=Presidential+Campaigns&period=Lincoln&extent=&genre=Biography&date=&word=&submit=SEARCH&CONJUNCT=PHRASE&DISTANCE=3&PROXY=or+fewer&OUTPUT=conc&dbname=lincoln;");
aI("text=Campaign Songbooks;url=http://lincoln.lib.niu.edu/cgi-bin/philologic/search3t?author=&title=&keywords=Presidential+Campaigns&period=Lincoln&extent=&genre=Song&date=&word=&submit=SEARCH&CONJUNCT=PHRASE&DISTANCE=3&PROXY=or+fewer&OUTPUT=conc&dbname=lincoln;");
}
drawMenus();
