_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor=
headercolor=
offbgcolor="#000000";
offcolor="#FFFFFF";
onbgcolor="#fa8100";
oncolor="#000000";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
padding=5;

separatorcolor="#FFFFFF";
separatorsize=1;
}



with(milonic=new menuname("About Us")){
style=menuStyle;

aI("text=Our Story;url=http://www.desertvalleychurch.org/v3/us.html;");
aI("text=Our Ministries;url=http://www.desertvalleychurch.org/v3/ministries.html;");
aI("text=Our Beliefs;url=http://www.desertvalleychurch.org/v3/beliefs.html;");
aI("text=New to DVC;url=http://www.desertvalleychurch.org/v3/new.html;");
aI("text=Advisory Board;url=http://www.desertvalleychurch.org/v3/board.html;");
}

with(milonic=new menuname("Map")){
style=menuStyle;
aI("text=Directions & Service Times;url=http://www.desertvalleychurch.org/v3/services.html;");
}

with(milonic=new menuname("Gallery")){
style=menuStyle;
aI("text=Young Adults;url=http://desertvalleychurch.org/v3/gallery/cincodemayo/index.html;");
aI("text=Baseball & BBQ;url=http://desertvalleychurch.org/v3/gallery/BBQ05/index.html;");
aI("text=Motorcycle Ride;url=http://desertvalleychurch.org/v3/gallery/motorcycle/index.html;");
aI("text=Born Again Marriage;url=http://desertvalleychurch.org/v3/gallery/marriage/index.html;");
aI("text=Skydiving;url=http://desertvalleychurch.org/v3/gallery/skydiving/index.html;");
aI("text=PHAT Sunday;url=http://www.desertvalleychurch.org/v3/gallery/PHATSunday/index.htm;");

}

with(milonic=new menuname("Calendar")){
style=menuStyle;
aI("text=January;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=1;");
aI("text=February;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=2;");
aI("text=March;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=3;");
aI("text=April;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=4;");
aI("text=May;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=5;");
aI("text=June;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=6;");
aI("text=July;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=7;");
aI("text=August;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=8;");
aI("text=September;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=9;");
aI("text=October;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=10;");
aI("text=November;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=11;");
aI("text=December;url=http://www.desertvalleychurch.org/calendar/month.php?year=2005&month=12;");

}
with(milonic=new menuname("Connections")){
style=menuStyle;

aI("text=Chat Room;url=http://www.desertvalleychurch.org/v3/chat.html;");
aI("text=Crave Student Ministry;url=http://www.craveonline.tk;target=_blank;");
aI("text=12 Baskets;url=http://www.desertvalleychurch.org/v3/12baskets.html;");
aI("text=Helping Hands;url=http://www.desertvalleychurch.org/v3/helpinghands.html;");
}

drawMenus();


