_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#1B2C85";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#ffffff";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#5871B3";
offcolor="#ffffff";
onbgcolor="#DC9B5B";
oncolor="#ffffff";
padding="4";
separatorcolor="#758CC9";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=.././;");
aI("text=European History;target=;url=" + window.location.pathname.substring(0, window.location.pathname.lastIndexOf("/")) + ";");
aI("text=Rise of the Berlin Wall;target=;url=Rise-of-the-Berlin-Wall.html;");
aI("text=Prague Springs;target=;url=Prague-Springs.html;");
aI("text=Jerusalem;target=;url=Jerusalem.html;");
aI("text=The High Middle Ages;target=;url=The-High-Middle-Ages.html;");
aI("showmenu=Social Life in Middle AgesPeasant LifeLEFT_MENU;text=Social Life in Middle Ages;target=;url=Social-Life-in-Middle-Ages.html;");
aI("showmenu=History of Western CivilizationBack..Back...All The Way Back!LEFT_MENU;text=History of Western Civilization;target=;url=History-of-Western-Civilization.html;");
aI("text=History of Theology Vs. Science;target=;url=History-of-Theology-Vs.-Science.html;");
aI("text=Machiavelli’s Views on Leadership: The Prince;target=;url=Machiavelli’s-Views-on-Leadership-The-Prince.html;");
aI("text=Site Map;target=;url=../sitemap-page-order.html;");
}

with(milonic=new menuname("Social Life in Middle AgesPeasant LifeLEFT_MENU")){
style=submenuStyle;
aI("text=Peasant Life;target=;url=Peasant-Life.html;");
aI("text=3 Most Important Features of the High Middle Ages;target=;url=3-Most-Important-Features-of-the-High-Middle-Ages.html;");
}

with(milonic=new menuname("History of Western CivilizationBack..Back...All The Way Back!LEFT_MENU")){
style=submenuStyle;
aI("text=Back..Back...All The Way Back!;target=;url=Back.Back.All-The-Way-Back!.html;");
aI("text=Renaissance: The Italian Government;target=;url=Renaissance-The-Italian-Government.html;");
}


 drawMenus();

