

_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="#D1DBEB";
oncolor="#333333";
offbgcolor="#ABB4C2";
offcolor="#333333";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=0;
fontsize="75%";
fontstyle="normal";
fontfamily="Arial, Verdana, sans serif, Tahoma";
pagecolor="black";
pagebgcolor="#D1DBEB";
headercolor="#000000";
headerbgcolor="#ffffff";

subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ABB4C2', Direction=135, Strength=0)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=155;
left=0;
alwaysvisible=1;
orientation="vertical";
aI("text=Welcome;url=welcome.htm;itemwidth=180px;align=center;itemheight=23px;showmenu=10-99 foundation;");
aI("text=WSLEM Foundation;url=about.html;itemwidth=180px;align=center;itemheight=23px;;");
aI("text=The Memorial;url=memorial.htm;itemwidth=179px;align=center;itemheight=23px;showmenu=memorial;");
aI("text=Watch Our Progress!;url=default.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Line of Duty Death Criteria;url=criteria.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Roll Call of Honor;url=fallen.aspx;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=License Plates;url=http://www.behindthebadgefoundation.org/support/plates.html;itemwidth=179px;align=center;itemheight=23px;showmenu=plates;");
aI("text=Donate;url=donate.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Major Donors;url=donors.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Events;url=http://www.behindthebadgefoundation.org/events.html;itemwidth=179px;align=center;itemheight=23px;");
aI("text=Links;url=links.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Board of Directors;url=board.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Contact Us;url=contact.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Home;showmenu=Home;url=default.htm;itemwidth=179px;align=center;itemheight=23px;;");

}

with(milonic=new menuname("Memorial")){
style=menuStyle;
overflow="scroll";
aI("text=Memorial Complete;url=default.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Current Status of The Memorial;url=progress.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=The Making of a Memorial;url=making_memorial.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=History of The Memorial;url=memorial.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=Memorial Construction Updates;url=updates.htm;itemwidth=179px;align=center;itemheight=23px;");
aI("text=Memorial Construction Photos;url=photos.htm;itemwidth=179px;align=center;itemheight=23px;;");
}

with(milonic=new menuname("Plates")){
style=menuStyle;
overflow="scroll";
aI("text=License Plates;url=plates.htm;itemwidth=179px;align=center;itemheight=23px;;");
aI("text=License Plate Narratives;url=narratives.htm;itemwidth=179px;align=center;itemheight=23px;;");

}

with(milonic=new menuname("Events")){
style=menuStyle;
overflow="scroll";
aI("text=Events;url=events.htm;itemwidth=179px;align=center;itemheight=23px;;");
}




drawMenus();

