_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="bold";
image="images/orangedots.gif";
offbgcolor="#603913";
offcolor="#ffffff";
onbgcolor="#CC6600";
oncolor="#ffffff";
padding="6";
separatorcolor="#603913";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="2";
overimage="images/whitedots.gif";
imagepadding="6";
itemwidth="100%";
}

with(submenuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth="1";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
offbgcolor="#FFD455";
offcolor="Brown";
onbgcolor="Chocolate";
oncolor="#ffffff";
padding="4";
separatorcolor="Black";
separatorsize="1";
subimage="images/black_13x13_greyboxed.gif";
subimagepadding="2";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
orientation="vertical";
aI("text=Home;target=;url=./;");
aI("text=About Us;target=;url=About_Us.html;");
aI("text=References;target=;url=References.html;");
aI("text=Commercial;target=;url=Commercial.html;");
aI("text=Request a Quote;target=;url=Request_a_Quote.html;");
aI("showmenu=ArticlesHome ImprovementsLEFT_MENU;text=Articles;target=;url=Articles.html;");
aI("text=Site Map;target=;url=sitemap-page-order.html;");
}

with(milonic=new menuname("ArticlesHome ImprovementsLEFT_MENU")){
style=submenuStyle;
aI("text=Home Improvements;target=;url=Home_Improvements.html;");
aI("text=Decorating;target=;url=Decorating.html;");
aI("text=Gardening;target=;url=Gardening.html;");
}


 drawMenus();
