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="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#8A3422";
offcolor="#ffffff";
onbgcolor="#A57A38";
oncolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color=#777777', Direction=135, Strength=5)";
padding=4;
pagebgcolor="#719767";
pagecolor="ffffff";
separatorcolor="#B8B897";
separatorsize=1;
subimagepadding=2;
}

with(hidho=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=AllImagesStyle;
aI("image=images/links_left.gif;showmenu=Blank;");
aI("image=images/home1.gif;showmenu=Home;url=index.htm;");
aI("image=images/attormeys1.gif;showmenu=Attorneys;url=attorneys.htm;");
aI("image=images/practice1.gif;showmenu=Practice;url=practice.htm;");
aI("image=images/contactus1.gif;showmenu=Contactus;url=contact.htm;");
aI("image=images/office1.gif;showmenu=Office;url=office.htm;");
aI("image=images/links_right.gif");
}

with(hidho=new menuname("Blank")){
style=menuStyle;
}

with(hidho=new menuname("Home")){
style=menuStyle;
}

with(hidho=new menuname("Attorneys")){
style=menuStyle;
aI("text=Thomas L. Zimney - Retired&nbsp&nbsp&nbsp;url=zimney.htm;");
aI("text=John S. Foster;url=foster.htm;");
aI("text=Carol E. Johnson;url=johnson.htm;");
aI("text=Sandra B. Dittus;url=dittus.htm;");
aI("text=Allen J. Flaten;url=flaten.htm;");
aI("text=Scott J. Landa;url=landa.htm;");
aI("text=Tracy A. Kennedy;url=kennedy.htm;");
aI("text=Warren J. Roehl;url=roehl.htm;");
aI("text=Bradley W. Parrish;url=parrish.htm;");
aI("text=Sara R. Heilman;url=heilman.htm;");
}


with(hidho=new menuname("Practice")){
style=menuStyle;

aI("text=Business and Commercial Law;url=business_commercial.htm;");
aI("text=Employment Law;url=employment.htm;");
aI("text=Estate Planning;url=estate_planning.htm;");
aI("text=Family Law;url=family.htm;");
aI("text=Financial Institutions Law;url=financial.htm;");
aI("text=Federal Indian Law;url=indian_law.htm;");
aI("text=Insurance Law;url=insurance.htm;");
aI("text=Personal Injury Law;url=pi.htm;");
aI("text=Real Estate Law;url=realestate.htm;");
aI("text=Construction Law;url=construction.htm;");
aI("text=Mediation and Arbitration;url=mediation.htm;");
}

with(hidho=new menuname("Contactus")){
style=menuStyle;
aI("text=Contact Information;url=contact.htm;");
aI("text=Attorney Index;url=attorneys.htm;");
}

with(hidho=new menuname("Office")){
style=menuStyle;
aI("text=Map and Directions&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp;url=office.htm;");
}


drawMenus();


