


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#c99763";
oncolor="#ffffff";
offbgcolor="#996633";
offcolor="#ffffff";
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
separatorcolor="#2D729D";
separatorsize="0";
padding=5;
fontsize="75%";
fontweight="normal";
fontstyle="normal";
fontfamily="arial, helvetica, Verdana, Tahoma";
pagecolor="#ffffff";
pagebgcolor="#c99763";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);";
outfilter="randomdissolve(duration=0.3)";
}




with(milonic=new menuname("services")){
style=menuStyle;
overflow="scroll";
aI("text=Cabinetry;url=cabinetry.shtml;");
aI("text=Design;url=design.shtml;");
aI("text=Remodeling;url=new_construction.shtml;");
aI("text=Countertops;url=countertops.shtml;");

}


with(milonic=new menuname("about")){
style=menuStyle;
overflow="scroll";
aI("text=About Greenlake Cabinets;url=about.shtml;");
aI("text=Reviews;url=reviews.shtml;");
aI("text=Links & Publications;url=links.shtml;");

}

with(milonic=new menuname("resources")){
style=menuStyle;
overflow="scroll";
aI("text=Cabinetry Box Construction;url=cabinet_styles.shtml;");
aI("text=Stock, Semi-Custom, and Custom Cabinets;url=cabinet_construction.shtml;");
aI("text=Types of Wood;url=materials_wood.shtml;");


}





drawMenus();


