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=30;
_subOffsetLeft=0;


with(mainStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="13px";
fontstyle="normal";
fontweight="bold";
align="left"
offcolor="#d9dee2";
oncolor="#000000";
padding="2";
}

with(subStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="11px";
fontstyle="normal";
offbgcolor="#f6f6f6";
offcolor="#000000";
onbgcolor="#d9dee2";
oncolor="#000000";
padding=4;
separatorcolor="#555555";
separatorsize=1;
/*
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
*/
}


with(milonic=new menuname("PRACTICE")){
style=subStyle;
aI("text=Business & Corporations;url=corporations.html;")
aI("text=Domestic Relations;url=domestic_relations.html;")
aI("text=Wills & Estates;url=oregon_estate_law.html;")
aI("text=Probate;url=oregon_probate_lawyer.html;")
aI("text=Personal Injury;url=personal_injury_attorney.html;")
aI("text=Real Estate Law;url=oregon_real_estate_law.html;")

}

with(milonic=new menuname("TEAM")){
style=subStyle;
aI("text=Marvin J. Garland;url=attorney_marv_garland.html;")
aI("text=Dennis Griffiths;url=attorney_dennis_griffiths.html;")
aI("text=Ben Knaupp;url=ben_knapp.html;")

}

with(milonic=new menuname("FIRM")){
style=subStyle;
aI("text=History;url=hillsboro_law_firm_history.html;")
aI("text=Location;url=hillsboro_law_firm.html;")


}

with(milonic=new menuname("US")){
style=subStyle;
aI("text=Marv Garland;url=marv_garland.html;")
aI("text=Dennis Griffiths;url=dennis_griffiths.html;")

}

with(milonic=new menuname("NEWS")){
style=subStyle;
aI("text=Current Issue;url=http://www.garlandgriffiths.com/newsletter/aug-2011.html;")
aI("text=Archives;url=newsletter.html;")

}



drawMenus();


