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

//Interpretive Materials Main Menu
with(milonic=new menuname("inter")){
style=MapSample;
left=140;
top=188;
borderwidth=1;
aI("text=Interpretive Materials;type=header;align=center;");
aI("text=Introduction;url=http://lincoln.lib.niu.edu/blackhawk/scholarshipindex.html;");
aI("text=Background;url=http://lincoln.lib.niu.edu/blackhawk/page1.html;");
aI("text=The Conflict of 1832;url=http://lincoln.lib.niu.edu/blackhawk/page2.html;");
aI("text=Material for Further Study;url=http://lincoln.lib.niu.edu/blackhawk/furtherstudy.html;");
aI("text=Video;url=http://lincoln.lib.niu.edu/blackhawk/video.html;");
}

//Interpretive Materials Main Menu
with(milonic=new menuname("image")){
style=MapSample;
left=140;
top=250;
borderwidth=1;
aI("text=Maps and Images;type=header;align=center;");
aI("text=Image Gallery;url=http://lincoln.lib.niu.edu/blackhawk/blackhawkgal.html;");
aI("text=Search Images;url=search.php;");
aI("text=Browse Images/Maps;url=bhw1.php?keywords=Black%20Hawk%20War;");
aI("text=Browse Maps;url=bhw1.php?theme=Black%20Hawk%20War&type=map;");
}



//Interpretive Materials Main Menu
with(milonic=new menuname("primary")){
style=MapSample;
left=140;
top=160;
borderwidth=1;
aI("text=Primary Materials;type=header;align=center;");
aI("text=Browse;url=http://lincoln.lib.niu.edu/cgi-bin/philologic/search3t?author=&title=&keywords=Black+Hawk+War&type=text&genre=&date=&period=Lincoln&word=&submit=SEARCH&CONJUNCT=PHRASE&DISTANCE=3&PROXY=or+fewer&OUTPUT=conc&dbname=lincoln;");
aI("text=Search;url=http://lincoln.lib.niu.edu/blackhawk/texts.html;");
}
drawMenus();
