

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#6F0000";
offbgcolor="#000000";
offcolor="#FFFFFF";
itemheight="20px";
separatorcolor="#808080";
separatorsize="1";
align="right";
fontsize="10px";
fontstyle="bold";
fontfamily="Arial";
pagecolor="red";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=221;
left=0;
alwaysvisible=1;
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;World War I;showmenu=WWI;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inter-war Years;showmenu=IWY;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;World War II;showmenu=WWII;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Cold War;showmenu=CW;");
aI("text= ;");
aI("text= ;");
aI("text=Links;url=http://www.aeromedhistory.org/linkspage.html;");
aI("text=Author;url=http://www.aeromedhistory.org/MauraCV.html;");
aI("text=Email;url=mailto:maura_mackowski@hotmail.com;");
aI("text=Home;url=http://www.aeromedhistory.org;");

}

with(milonic=new menuname("WWI")){
style=menuStyle;
aI("text=United States;url=http://www.aeromedhistory.org/uswwi.html;");
aI("text=Germany;url=http://www.aeromedhistory.org/gerwwi.html;");
}

with(milonic=new menuname("IWY")){
style=menuStyle;
aI("text=United States;url=http://www.aeromedhistory.org/InterwarYearsMainpage.html;");
aI("text=Germany;url=http://www.aeromedhistory.org/IWYgermany.html;");
}

with(milonic=new menuname("WWII")){
style=menuStyle;
aI("text=United States;url=http://www.aeromedhistory.org/uswwii.html;");
aI("text=Germany;url=http://www.aeromedhistory.org/gerwwii.html;");
aI("text=Japan;url=http://www.aeromedhistory.org/Japan/Japanese1.html;");
}

with(milonic=new menuname("CW")){
style=menuStyle;
aI("text=United States;url=http://www.aeromedhistory.org/cwus.html;");
aI("text=Soviet Union;url=http://ww.aeromedhistory.org/cwsu.html;");
}

drawMenus();

