


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x



with(menuStyle=new mm_style()){
onbgcolor="#ccccff";
oncolor="#000080";
offbgcolor="#ccccff";
offcolor="#000080";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#296488";
separatorsize="1";
padding=2;
fontsize="11";
fontstyle="normal";
fontfamily="verdana,helvetica";
fontweight="bold"
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}





with(milonic=new menuname("About Us")){
style=menuStyle;
overflow="scroll";
aI("text=Staff;showmenu=Staff;");
aI("text=What We Believe;url=believe.htm;");
aI("text=History;url=history.htm;");
}

with(milonic=new menuname("Staff")){
style=menuStyle;
aI("text=Lane and Cathy Carter;url=carter.htm;");
aI("text=Rick and Paulette Robison;url=robison.htm;");
aI("text=Chip and Karen Hill;url=hill.htm;");
aI("text=Calvin and Lori Sprouse;url=sprouse.htm;");
}

with(milonic=new menuname("Vision")){
style=menuStyle;
aI("text=Our Vision as a Church;url=churchvision.htm;");
aI("text=Our Vision for Meeting Together;url=meetingvision.htm;");
aI("text=Our Vision for our Community;url=community.htm;");
aI("text=Our Vision for the World;url=worldvision.htm;");
}

with(milonic=new menuname("Mission")){
style=menuStyle;
aI("text=Dayspring Outreach Ministries;url=http://www.dayspring.us;");
aI("text=Master Works Music Festival;url=http://www.christianperformingart.org/;");
}

with(milonic=new menuname("Ministries")){
style=menuStyle;
aI("text=Youth Ministrties;url=youth.htm;");
aI("text=Children's Ministries;url=children.htm;");
}

with(milonic=new menuname("News")){
style=menuStyle;
aI("text=Church Updates;url=update.htm;");
aI("text=Newsletter;url=newsletter.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=How to Contact Us;url=contact.htm;");
}

drawMenus();

