


_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="#ffffff";
oncolor="#200371";
offbgcolor="#200371";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="arial, Verdana, Tahoma;";
pagecolor="200371";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}



with(milonic=new menuname("attorneys")){
style=menuStyle;
overflow="scroll";
aI("text=Douglas W. Ahrens;url=attorney_ahrens.shtml");
aI("text=Eric E. Brunstrom;url=attorney_brunstrom.shtml");
aI("text=Jason W. Burnett;url=attorney_burnett.shtml;");
aI("text=Christina L. Corwin;url=attorney_corwin.shtml");
aI("text=Claudia A. Gowan;url=attorney_gowan.shtml");
aI("text=Michael J. Longyear;url=attorney_longyear.shtml");
aI("text=Michael C Malnati;url=attorney_malnati.shtml");
aI("text=Dominik Musafia;url=attorney_musafia.shtml");
aI("text=Fredric D. Reed;url=attorney_reed.shtml;");
aI("text=Julie R. Sommer;url=attorney_sommers.shtml");
aI("text=John R. Vaughey;url=attorney_vaughey.shtml");
aI("text=Gary L. Wolfstone;url=attorney_wolfstone.shtml");




}

with(milonic=new menuname("practice")){
style=menuStyle;
aI("text=Area;");
aI("text=Area;");
aI("text=Area;");
aI("text=Area;");

}

with(milonic=new menuname("contact")){
style=menuStyle;
aI("text=Contact Info;url=contact.shtml");
aI("text=Map & Directions;url=map.shtml");

}




drawMenus();

