

_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=12              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
align="center"
separatorcolor="transparent";
separatorsize="1";
separatorpadding=5;
itemwidth="75px"
fontsize="70%";
fontstyle="bold";
fontfamily="Arial, Verdana, Tahoma";
pagecolor="white";
headercolor="#000000";
headerbgcolor="#ffffff";
}

with(About=new mm_style()){
onbgcolor="#939BA1";
oncolor="white";
offbgcolor="#EFF1F2";
offcolor="#7E8080";
separatorcolor="transparent";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
}

with(Services=new mm_style()){
onbgcolor="#939BA1";
oncolor="white";
offbgcolor="#EFF1F2";
offcolor="#7E8080";
separatorcolor="transparent";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
}

with(Conversation=new mm_style()){
onbgcolor="#939BA1";
oncolor="white";
offbgcolor="#EFF1F2";
offcolor="#7E8080";
separatorcolor="transparent";
separatorsize="1";
padding=2;
fontsize="70%";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
}

with(milonic=new menuname("About")){
style=About;
onbgcolor="#CCC800";
offbgcolor="#DCE9F0";
margin=10;
aI("text=approach;url=http://www.dwellingspace.ca/about_dwellingspace.htm;");
aI("text=what others say;url=http://www.dwellingspace.ca/comments.htm;");
}

with(milonic=new menuname("Services")){
style=Services;
margin=10;
aI("text=architectural design;url=http://www.dwellingspace.ca/architectural_design.htm;");
aI("text=interior d&eacute;cor;url=http://www.dwellingspace.ca/interior_decor.htm;");
aI("text=home organization;url=http://www.dwellingspace.ca/home_organization.htm;");
}

with(milonic=new menuname("Conversation")){
style=Conversation;
margin=10;
aI("text=your stories;url=http://www.dwellingspace.ca/home_improvement_stories.htm;");
//aI("text=tips;url=http://www.dwellingspace.ca/home_improvement_tips.htm;");
aI("text=links;url=http://www.dwellingspace.ca/links.htm;");
}

drawMenus();

