


_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=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(AllImagesStyle=new mm_style()){

oncolor="#FFCC00";
offcolor="#ffffff";
fontsize="10";
fontweight="";
fontfamily="Verdana, Tahoma";
//image="images/sep.gif";
//imagepadding=6;

}


with(menuStyle=new mm_style()){
onbgcolor="#FDAD00";
oncolor="#120084";
offbgcolor="#ffffff";
offcolor="#120084";
bordercolor="#120084";
borderstyle="solid";
borderwidth="1";
separatorcolor="#CDEBC5";
separatorsize="1";
padding=2;
fontsize="11";
fontweight="bold";
fontfamily="Geneva, Verdana, Tahoma";
pagecolor="#FFFF99";
pagebgcolor="#FFCC66";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/arrow.gif";
subimagepadding="2";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.5)";

}

with(menuStyle1=new mm_style()){
onbgcolor="#4751A4";
oncolor="#FFCC00";
offbgcolor="#ffffff";
offcolor="#003399";
bordercolor="#003399";
borderstyle="solid";
borderwidth="0";
separatorcolor="#003399";
separatorsize="0";
padding=0;
fontsize="0";
fontweight="";
fontfamily="Arial,Verdana, Tahoma";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="images/blue_arrow2.gif";
subimagepadding="0";
outfilter="pixelate(square=12,duration=0.5)";
infilter="pixelate(square=12,duration=0.5)";

}


// Menu About
with(milonic=new menuname("about")){
style=menuStyle;
itemwidth="160";
aI("text=Overview;url=about.htm;");
aI("text=Values & Beliefs;url=about_values.htm;");
aI("text=Board of Directors;url=about_board.htm;");
aI("text=Testimonials;url=testimonials.htm;");
aI("text=Barry's Testimony;url=testimony.htm;");
}



// Menu Missions
with(milonic=new menuname("missions")){
style=menuStyle;
itemwidth="160";
aI("text=What We Do;url=missions.htm;");
aI("text=Where We Serve;url=missions_serve.htm;");
aI("text=Newsletters;url=newsletters.htm;");
aI("text=Schedule;url=schedule.htm;");
aI("text=Related Links;url=othersites.htm;");
}

 
// Menu Training
with(milonic=new menuname("training")){
style=menuStyle;
itemwidth="160";
aI("text=Management Training;url=training_mgmt.htm;");
aI("text=Children's Ministry Training;url=training_children.htm;");
}



// Menu Partners
with(milonic=new menuname("partners")){
style=menuStyle;
itemwidth="160";
aI("text=Key Partners;url=partners_key.htm;");
aI("text=Other Contacts;url=contacts_other.htm;");

}
//


drawMenus();