fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(AllImagesStyle=new mm_style()){
styleid=1;
bordercolor="#000000";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=0;
}

with(menuStyle=new mm_style()){
bordercolor="#3A3A3A";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#000000";
offcolor="#ef8201";
onbgcolor="#1c5ea5";
oncolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#333333', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#000000";
pagecolor="ffffff";
separatorcolor="#3A3A3A";
separatorsize=1;
subimagepadding=2;
}

with(hidho=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/home1.gif;showmenu=Home;url=default.htm;");
aI("image=images/attorney1.gif;showmenu=Attorneys;url=attorneys.htm;");
aI("image=images/practice1.gif;showmenu=Practice;url=practice.htm;");
aI("image=images/peer1.gif;showmenu=Peer;url=peer_recognition.htm");
aI("image=images/contact1.gif;showmenu=Contact;url=contact.htm;");
aI("image=images/office1.gif;showmenu=Office;url=office.htm;");
}

with(hidho=new menuname("Home")){
style=menuStyle;
}

with(hidho=new menuname("Attorneys")){
style=menuStyle;
aI("text=Michael Canges&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=canges.htm;");
aI("text=Nina A. Iwashko;url=iwashko.htm;");
aI("text=Erich L. Bethke;url=bethke.htm;");
aI("text=James S. Bailey;url=bailey.htm;");
aI("text=Riley Madden;url=madden.htm;");
aI("text=Jason Cook;url=cook.htm;");
}

with(hidho=new menuname("Practice")){
style=menuStyle;
aI("text=Appellate Law&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=appellate_law.htm;");
aI("text=Business Planning;url=business_planning.htm;");
aI("text=Civil Litigation;url=civil_litigation.htm;");
aI("text=Estate Planning;url=estate_planning.htm;");
aI("text=Family Law;url=family_law.htm;");
aI("text=Probate Litigation;url=probate_litigation.htm;");
}

with(hidho=new menuname("Peer")){
style=menuStyle;
}

with(hidho=new menuname("Contact")){
style=menuStyle;
}

with(hidho=new menuname("Office")){
style=menuStyle;

}


drawMenus();

