
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=500            // 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="#FFD88C";
oncolor="#130B02";
offbgcolor="#EFB669";
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="#FDE2AE";
headercolor="#FFFFFF";
headerbgcolor="#462705";
offborder="1px solid #000000";
subimage="tri.gif";
followscroll="1";
overfilter="GradientWipe(GradientSize=0.00,wipestyle=0,motion=forward);Alpha(opacity=100);Shadow(color='#FDE2AE', Direction=120, Strength=5)";
//outfilter="inset()";
outfilter="Slide(slidestyle=HIDE,Bands=1)";
//separatorcolor="#000000";
//separatorsize="#000000";
}
//Fade(duration=0.1)


//Mark Twain's Life and Works Main Menu
with(milonic=new menuname("biography")){
style=MapSample;
left=155;
top=120;
borderwidth=1;
aI("text=Mark Twain's Life and Works;type=header;align=center;");
aI("text=Introduction;url=../introduction.html;");
aI("text=Mark Twain's Biography;url=../biography.html;");
aI("text=Overview: The Idea of the West;url=../settlement.html;");
aI("text=Economic Development;url=../economic.html;");
aI("text=Politics;url=../politics.html;");
aI("text=Race;url=../race.html;");
aI("text=Religion and Culture;url=../culture.html;");
}


//History Main Menu
with(milonic=new menuname("history")){
style=MapSample;
left=155;
top=170;
borderwidth=1;
aI("text=History 1800-1850;type=header;align=center;");
aI("text=Overview;url=../kastor-overview.html;");
aI("text=Economic Development;url=../kastor-commerce.html;");
aI("text=Politics;url=../kastor-political.html;");
aI("text=Race;url=../kastor-races.html;");
aI("text=Religion and Culture;url=../kastor-culture.html;");
aI("text=History 1851-1900;type=header;align=center;");
aI("text=Economic Development;url=../economic2.html;");
aI("text=Politics;url=../politics2.html;");
aI("text=Race;url=../race2.html;showmenu=race");
aI("text=Religion and Culture;url=../culture2.html;");
aI("text=Women;url=../woman2.html;");
}

//Race Child Menu
with(milonic=new menuname("race")){
style=MapSample;
borderwidth=1;
aI("text=Race;type=header;align=center;");
aI("text=African American;url=../african.html;");
aI("text=Native American;url=../native.html;");
}




//About This Site Main Menu
with(milonic=new menuname("about")){
style=MapSample;
left=155;
top=400;
borderwidth=1;
aI("text=About this Site;type=header;align=center;");
aI("text=Project Overview;url=../about.html;");
aI("text=Project Partners;url=../aboutpartners.html;");
aI("text=Information for Other Digital Project Developers;url=../information.html;");
}


drawMenus();
