


_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(EasySampleStyle=new mm_style()){
oncolor="#FF9900";
offcolor="#FFFFFF";
separatorcolor="#4EB8DF";
separatorsize="0";
padding=4;
fontsize="12px";
fontstyle="normal";
fontweight="bold";
fontfamily="arial";
}


with(menuStyle=new mm_style()){
onbgcolor="#89411D"; 
oncolor="#ffffff";
offbgcolor="#CCD8FE";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#A34F2A";
separatorsize="1";
padding=3;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#F6B755";
headercolor="#FFFF00";
headerbgcolor="#ffffff";
subimage="http://www.wcqr.org/content/navigation/menu/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=99)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
style=EasySampleStyle;
itemwidth=100;
top=40;
align="center";
left=180;
alwaysvisible=1;
orientation="horizontal";
aI("text=What We Believe;url=http://www.pbctulsa.org/pages/aboutus/belief.shtml;")
aI("text=What To Expect;url=http://www.pbctulsa.org/pages/aboutus/expect.shtml;")
aI("text=Ministries;showmenu=Ministries;")
aI("text=Connect&nbsp;&nbsp;;showmenu=connect;")
aI("text=Calendar;url=http://www.pbctulsa.org/pages/aboutus/calendar.shtml;")
aI("text=Parkview Pillars&nbsp;&nbsp;;showmenu=Pillars;")
}


with(milonic=new menuname("Pillars")){
style=menuStyle;
overflow="scroll";
aI("text=Overview;url=/pages/ministry/pillars/index.shtml;")
aI("image=/menu/pillar2.gif;text=Membership;url=/pages/ministry/pillars/pillar_membership.shtml;")
aI("image=/menu/pillar2.gif;text=Maturity;url=/pages/ministry/pillars/pillar_maturity.shtml;")
aI("image=/menu/pillar2.gif;text=Ministry;url=/pages/ministry/pillars/pillar_ministry.shtml;")
aI("image=/menu/pillar2.gif;text=Mission&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/pages/ministry/pillars/pillar_mission.shtml;")
}



with(milonic=new menuname("connect")){
style=menuStyle;
alignment="left";
aI("text=About Us;url=/pages/aboutus/;")
aI("image=/menu/18_contact.gif;text=Contact Info;url=/pages/aboutus/contact.shtml;")
aI("text=Staff;url=/pages/aboutus/staff/;")
aI("text=Schedule;url=/pages/aboutus/schedule/schedule.shtml;")
aI("text=Baptist Messenger;url=/pages/aboutus/messenger.shtml;")
aI("image=/menu/18_photos.gif;text=Scrapbook&nbsp;&nbsp;;url=/gallery/index.php;;status=Scrapbook;")
}



with(milonic=new menuname("Ministries")){
style=menuStyle;
alignment="left";
aI("image=/menu/18_news.gif;text=Ministry News&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/pages/ministry/;")
aI("text=24-7;url=/pages/ministry/247/;")
aI("text=Pre-School;url=/pages/ministry/preschool/;")
aI("text=Children;url=/pages/ministry/children/;")
aI("text=Youth;url=h/pages/youth/;")
aI("text=Collegiate;url=/pages/ministry/collegiate/;")
aI("text=Sunday School;showmenu=school;")
aI("text=Class Pages;showmenu=class;")
aI("text=Senior Adults;url=/pages/ministry/seniors.shtml;")
aI("text=Women;url=/pages/ministry/women.shtml;")
aI("text=Men of Honor;url=/pages/ministry/menofhonor.shtml;")
aI("text=Music;url=/pages/ministry/music/;")
aI("image=/menu/18_speaker.gif;text=Pastor's Page;url=/pages/pastorspage/;")
aI("text=Prayer;url=/pages/ministry/prayer.shtml;")
aI("text=Heritage;url=/pages/ministry/heritage.shtml;")
aI("text=Recreation;url=/pages/ministry/recreation/;")
aI("text=Heritage;url=/pages/ministry/heritage.shtml;")
}

with(milonic=new menuname("school")){
style=menuStyle;
alignment="left";
aI("text=Overview;url=/pages/sundayschool/;")
aI("text=9:35 Children's Classes;url=/pages/sundayschool/935ss-2.shtml;")
aI("text=9:35 Adult Classes;url=/pages/sundayschool/935ss.shtml;")
aI("text=10:55 Children's Classes;url=/pages/sundayschool/1035ss-2.shtml;")
aI("text=10:55 Adult Classes;url=/pages/sundayschool/1035ss-2.shtml;")
aI("text=10:55 Youth Classes;url=/pages/sundayschool/1035ss-3.shtml;")
aI("text=Class Pages;showmenu=class;")
}
with(milonic=new menuname("class")){
style=menuStyle;
alignment="left";
aI("image=/menu/18_coffee2.gif;text=Coffee House Fellowship;url=/pages/coffeehouse/;")
}
drawMenus();