


_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=Our Denomination;url=denomination.html;");
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;");
aI("text=Summer Camps;url=camps.html;");

}

with(milonic=new menuname("Prayer")){
style=menuStyle;
aI("text=Opportunities;url=prayer.html");
aI("text=Monthly Prayer Guide;url=http://pdf.orangevillebaptist.com/prayer_november2011.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=2012 Outreach Team Applications;url=2012teams.html");
aI("text=Missionaries and Organizations;url=outreach.html");
aI("text=Uganda Partnership;url=ugandapartnership.html");


}

with(milonic=new menuname("Adults")){
style=menuStyle;


aI("text=Women;url=women.html;");
aI("text=Men;url=men.html;");
aI("text=Senior Adults;url=north.html;");
aI("text=Home Groups;url=groups.html");
aI("text=Learning Together;url=http://www.learningtogether.ca;");
aI("text=Divorce Care;url=http://www.orangevillebaptist.com/divorcecare.html;");
aI("text=Sports;url=sports.html;");

}



with(milonic=new menuname("Stuff")){
style=menuStyle;



aI("text=Calendar;url=calendar.html");
aI("text=OBC News Archive;url=archive.html");
aI("text=The Story;url=http://viewthestory.com/4791");
aI("text=Cancellation Updates;url=http://cancellation.orangevillebaptist.com/cancellation.pdf");
aI("text=Jesus on Prayer;url=http://www.orangevillebaptist.com/jesusonprayer.html;");
aI("text=Pastor Earl's Blog;url=http://www.earlmarshall.ca");
aI("text=Why Change the Name of Our Church?;url=http://pdf.orangevillebaptist.com/Why_Change_the_Name_of_Our_Church.pdf;");
aI("showmenu=Information;status=Information Forms;text=Information Forms;");
aI("text=Unshakeable Kingdom - Incredible King;url=http://www.orangevillebaptist.com/unshakeablekingdom.html;");
aI("text=Marriage Resources;url=marriage.html;");




}











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=One80 Winter Retreat;url=one80retreat2012.html");
aI("text=Single Moms' Home Day 2012;url=homeday.html");
aI("text=Discovery Lunch;url=discoverylunch.html");

aI("text=DivorceCare;url=divorcecare.html");







}




drawMenus();
















