


_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="#660066";
oncolor="#ffffff";
offbgcolor="#993399";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="8pt";
fontstyle="normal";
fontfamily="Arial";
pagecolor="#ffffff";
pagebgcolor="#660066";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
screenposition="top;left" 
top="offset=112";
left="offset=0";
alwaysvisible=1;
orientation="horizontal";
aI("text=HOME;url=http://www.christthekingtulsa.org;");
aI("text=ABOUT US;showmenu=About;");
aI("text=VISITORS;showmenu=Visitors;");
aI("text=BULLETIN / NEWSLETTER;showmenu=Parish;");
aI("text=ACTIVITIES / CALENDAR;showmenu=Activities;");
aI("text=MINISTRIES / ORGANIZATIONS;showmenu=Community;");
aI("text=LINKS;url=http://www.christthekingtulsa.org/affiliates.html;");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=Note From Our Pastor;url=about_note.html;");
aI("text=Mission;url=about_mission.html;");
aI("text=History;url=about_history.html;");
aI("text=Architectural History;url=about_architectural.html;");
aI("text=Parish Staff;url=about_staff.html;");
aI("text=Take the Tour;url=about_tour.html;");
}

with(milonic=new menuname("Visitors")){
style=menuStyle;
aI("text=Mass / Confession Schedule;url=visitors_liturgy.html;");
aI("text=Nursery;url=visitors_nursery.html;");
aI("text=Map / Directions;url=visitors_map.html;");
}

with(milonic=new menuname("Parish")){
style=menuStyle;
aI("text=Monthly Newsletter;url=PARISH_HERALD.html;");
aI("text=Weekly Bulletin;url=parish_bulletin.html;");
}

with(milonic=new menuname("Activities")){
style=menuStyle;
aI("text=Annual Events;url=activities_annual.html;");
aI("text=Upcoming Events;url=activities_upcoming.html;");
aI("text=Sacraments;url=activities_sacraments.html;");
aI("text=Religious Education;url=activities_education.html;");
aI("text=Liturgical Minister Schedule;url=liturgical_minister_schedule.html;");
}

with(milonic=new menuname("Community")){
style=menuStyle;
aI("text=Ministries / Organizations;url=community_ministries.html;");
aI("text=Youth Ministry;url=community_youth.html;");
}

drawMenus();

