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(menuStyle=new mm_style()){
bordercolor="#0D004C";
borderstyle="solid";
borderwidth=0;
oncolor="#ffffff";
offcolor="#ffffff";
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#0D004C', Direction=135, Strength=3)";
padding=1;
separatorsize=0;
subimagepadding=0;
}

with(menuStyle1=new mm_style()){
bordercolor="#0D004C";
borderstyle="solid";
borderwidth=3;
oncolor="#0D004C";
offcolor="#0D004C";
onbgcolor="#FFFFFF";
offbgcolor="#E6B65B";
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#0D004C', Direction=135, Strength=3)";
padding=1;
separatorsize=3;
subimagepadding=0;
}

with(milonic=new menuname("About Us")){
overflow="scroll";
style=menuStyle1;
aI("text=Family Tradition;url=http://www.fparker.com/fam_tradition.html;");
aI("text=Credentials;url=http://www.fparker.com/credentials.html;");
aI("text=Awards;url=http://www.fparker.com/awards.html;");

}

with(milonic=new menuname("New Homes")){
style=menuStyle1;
aI("text=Design Styles;url=http://www.fparker.com/design_styles.html;");
aI("text=Design Group;url=http://www.fparker.com/design_group.html;");
aI("text=Build Design Process;url=http://www.fparker.com/build_design_process.html;");
aI("text=Interiors;url=http://www.fparker.com/interiors.html;");
}

with(milonic=new menuname("Galleries")){
style=menuStyle1;
aI("text=Exteriors;url=http://www.fparker.com/gal_exterior.html;");
aI("text=Interiors;url=http://www.fparker.com/gal_interior.html;");
aI("text=Remodeling;url=http://www.fparker.com/before_after.html;");
}

drawMenus();

