
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_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="#ffffff";
oncolor="#000000";
offbgcolor="#ffffff";
offcolor="#496583";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=3;
fontsize="11pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="";
overfilter="Fade(duration=0.2);Alpha(opacity=90))";
outfilter="randomdissolve(duration=0.3)";
}

with(submenu_style=new mm_style()){
onbgcolor="transparent";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#496583";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="0";
padding=0;
fontsize="10pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90))";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("aboutus")){
left=100;
style=submenu_style;
orientation="vertical";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Mission&nbsp;&nbsp;url=http://www.homewardboundgj.org/mission.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Staff&nbsp;&nbsp;url=http://www.homewardboundgj.org/staff.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Partners&nbsp;&nbsp;url=http://www.homewardboundgj.org/partners.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Community Links&nbsp;&nbsp;url=http://www.homewardboundgj.org/links.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Board Members&nbsp;&nbsp;url=http://www.homewardboundgj.org/board.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Job Openings&nbsp;&nbsp;url=http://www.homewardboundgj.org/jobs.cfm;")
}

with(milonic=new menuname("programs")){
left=208;
style=submenu_style;
orientation="vertical";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Shelter&nbsp;&nbsp;url=http://www.homewardboundgj.org/shelter.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Transition&nbsp;&nbsp;url=http://www.homewardboundgj.org/transition.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Phoenix Project&nbsp;&nbsp;url=http://www.homewardboundgj.org/phoenix.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Family Stability&nbsp;&nbsp;url=http://www.homewardboundgj.org/familystability.cfm;")
}

with(milonic=new menuname("volunteer")){
left=316;
style=submenu_style;
orientation="vertical";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Serve Meals&nbsp;&nbsp;url=http://www.homewardboundgj.org/servemeals.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;General Help&nbsp;&nbsp;url=http://www.homewardboundgj.org/generalhelp.cfm;")
}

with(milonic=new menuname("donate")){
left=424;
style=submenu_style;
orientation="vertical";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Money&nbsp;&nbsp;url=https://secured-shopping.com/homewardbound/donate.cfm;")
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;Wish List&nbsp;&nbsp;url=http://www.homewardboundgj.org/wishlist.cfm;")
}

drawMenus();


