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="#FFFFFF";
borderstyle="solid";
fontstyle="normal";
fontweight="normal";
padding=3;
}

with(menuStyle=new mm_style()){
bordercolor="#FFFFFF";
borderstyle="solid";
borderwidth=1;
fontfamily="Times New Roman, Times, serif";
fontsize="80%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#c5b18f";
offbgcolor="#ffffff";
offcolor="#c5b18f";
onbgcolor="#73000d";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=2;
pagebgcolor="#ffffff";
pagecolor="#c5b18f";
separatorcolor="#c5b18f";
separatorsize=1;
}

with(milonic=new menuname("aboutus")){
overflow="scroll";
style=menuStyle;
aI("text=Who We Are;url=aboutus.htm;");
aI("text=In the Media;url=inthemedia.htm;");
aI("text=See our Brochure;url=brochure/large/large-brochure.html;target=_blank");
aI("text=Awards;url=awards.htm;");
}

with(milonic=new menuname("gallery")){
style=menuStyle;
aI("text=Custom Homes;url=customhomes.htm;");
aI("text=Renovations;url=renovation.htm;");
aI("text=Current Projects;url=current.htm;");
}

with(milonic=new menuname("newhomes")){
style=menuStyle;
aI("text=Wayzata Bay Concept;url=concept_wayzatabay.htm;");
aI("text=Cress View Concept;url=concept_cressview.htm;");
aI("text=Executive Lots for Sale;url=lots.htm;");
}

drawMenus();


