


_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=50                // Follow scrolling Rate
_subOffsetTop=5               // 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="#DECF87";
oncolor="#660000";
offbgcolor="#660000";
offcolor="#DECF87";
bordercolor="#660000";
borderstyle="solid";
borderwidth=0;
separatorcolor="#DECF87";
separatorsize="1";
padding=5;
spacing=10;
fontsize="75%";
fontstyle="center";
fontfamily="Arial, Tahoma, Verdana";
pagecolor="#DECF87";
pagebgcolor="#660000";headercolor="#660000";headerbgcolor="#660000";overfilter="Fade(duration=0);Alpha(opacity=90);Shadow(color='#660000', Direction=1, Strength=1)";
outfilter="Fade(duration=.4)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
overflow="scroll";aI("text=About OBC;showmenu=AboutOBC;");
aI("text=Sundays;showmenu=Sundays;");
aI("text=Ministries;showmenu=Ministries;");
aI("text=News;showmenu=News;");
aI("text=Resources;showmenu=Resources;");
aI("text=Home;url=home.html;");
}

with(milonic=new menuname("About OBC")){
style=menuStyle;
overflow="scroll";
aI("text=Contact Info & Map;url=contact.html;");
aI("showmenu=Leadership;status=Leadership;text=Leadership");
aI("text=Mission & Core Values;url=mission.html;");
aI("text=Statement of Faith;url=beliefs.html;");
aI("text=History;url=history.html;");
aI("text=BEYOND;url=http://www.beyondobc.com");

}

with(milonic=new menuname("Leadership")){
style=menuStyle;
aI("text=Ministry Staff;url=staff.html;");
aI("text=Elders;url=elders.html");
}



with(milonic=new menuname("Sundays")){
style=menuStyle;
aI("text=Sunday Mornings;url=sunday.html;");
aI("text=Messages & Resources;url=audio.html;");
aI("text=Baptism;url=baptism2.html;");
}

with(milonic=new menuname("Ministries")){
style=menuStyle;
aI("showmenu=Family;status=Family Ministries;text=Family Ministries;");
aI("showmenu=Adults;status=Adult Ministries;text=Adult Ministries;");
aI("showmenu=Outreach;status=Regional and Global Outreach;text=Outreach;");
aI("showmenu=Prayer;status=Prayer;text=Prayer;");
aI("text=Bible Reading Plans;url=bible.html;");
}




with(milonic=new menuname("Family")){
style=menuStyle;
aI("text=Children;url=children.html");
aI("text=Students;url=youth.html;");


}

with(milonic=new menuname("Prayer")){
style=menuStyle;
aI("text=Opportunities;url=prayer.html");
aI("text=Monthly Prayer Guide;url=summer2010prayer.pdf");


}

with(milonic=new menuname("Serving")){
style=menuStyle;
aI("text=Fall Ministry Opportunities;url=minopps.html");
aI("text=Construction Project;url=construction.html");


}

with(milonic=new menuname("Outreach")){
style=menuStyle;
aI("text=Missionaries and Organizations;url=outreach.html");
aI("text=Grenada Outreach Team 2010;url=grenada2010.html");
}

with(milonic=new menuname("Adults")){
style=menuStyle;
aI("text=Home Groups;url=groups.html");
aI("text=Women;url=women.html;");
aI("text=Men;url=men.html;");
aI("text=Senior Adults;url=north.html;");
aI("text=Sports;url=sports.html;");

}



with(milonic=new menuname("Stuff")){
style=menuStyle;


aI("text=Calendar;url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=57636349&list_by=calendar_month");
aI("text=OBC News;url=news0710.html;");
aI("text=Marriage Resources;url=marriage.html;");
aI("text=Pastor Earl's Blog;url=http://www.earlmarshall.ca");
aI("showmenu=Information;status=Information Forms;text=Information Forms;");
aI("text=2009-2010 Annual Report;url=http://pdf.orangevillebaptist.com/annual_report_0910_low.pdf");




}



with(milonic=new menuname("Information")){
style=menuStyle;

aI("text=Update Your Info;url=newinfo.html;");
aI("text=Child Dedication;url=Child_Dedication_Application.pdf;");
aI("text=Membership;url=Membership_Application.pdf;");
aI("text=Pre-Authorized Offering;url=offeringform.pdf");
}



with(milonic=new menuname("Events")){
style=menuStyle;

aI("text=Picnic in the Park;url=picnicinthepark.html;");
aI("text=Summer Camps;url=camps.html;");
}




drawMenus();















