
_menuCloseDelay=150           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=10            // 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="#008000";
oncolor="#ffffff";
offbgcolor="#cce6c5";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="12px";
fontstyle="normal";
fontfamily="Verdana,Arial,Helvetica,sans-serif";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("about")){
style=menuStyle;
top=135;
left=180;
aI("text=Mission & Philosophy;url=./about.htm;");
aI("text=Staff;url=./staff.htm;");
aI("text=Employment;url=./employ.htm;");
aI("text=Board of Directors;url=./board.htm;");
}

with(milonic=new menuname("programs")){
style=menuStyle
top=135;
left=262;;
overflow="scroll";
aI("text=Construction;url=./construction.htm;");
aI("text=Project Advantage;url=./project_advantage.htm;");
aI("text=The Designery;url=./designery.htm;");
aI("text=UBuild Service Partnerships;url=./ubuild/index.htm;");
aI("text=500 Women &amp; YouthBuild;url=./500/index.htm;");
}

with(milonic=new menuname("supportus")){
style=menuStyle;
top=135;
left=349;
aI("text=Donations;url=./supportus.htm;");
aI("text=Community Service;url=./community_service.htm;");
aI("text=Wish List;url=./wishlist.htm;");
aI("text=Supporters;url=./supporters.htm;");
aI("text=Partners & Affiliates;url=./partners.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
top=135;
left=577;
aI("text=Staff Directory;url=./directory.htm;");
aI("text=Directions;url=./directions.htm;");
}

drawMenus();

