

_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=10              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#35014c";
oncolor="#f0f0f0";
offbgcolor="#4d4d4d";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#5a79a0";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
fontweight="bold";
// subimage="/images/10000/8000/330BE/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=88);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
//onbgcolor="transperent";
oncolor="#F2E694";
//offbgcolor="transperent";
offcolor="#ffffff";
bordercolor="transperent";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="2";
separatorpadding="4";
separatorheight="10";
padding="0";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#F2E694";
//pagebgcolor="transperent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;			
			aI("text=Our Story;url=/story.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Our Staff;url=/staff.php;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;	
itemwidth="100";			
			aI("text=Children;url=/ministry1.php;");
			aI("text=Youth;url=/ministry2.php;");
			aI("text=Adult;url=/ministry3.php;");
			}
			
		with(milonic=new menuname("nav3")){
			style=subStyle;			
			aI("text=Missions;url=/missions.php;");
			aI("text=Get Involved;url=/volunteer.php;");
			}
		with(milonic=new menuname("nav4")){
			style=subStyle;	
itemwidth="100";			
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Event;url=/events.php;");
			aI("text=Newsletter;url=/news.php;");
			}
			
		with(milonic=new menuname("nav5")){
			style=subStyle;			
			aI("text=Contact and Directions;url=/contact.php;");
			aI("text=Q and A;url=/qa.php;");
			aI("text=Prayer Request;url=/prayer.php;");
			}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="top";

			aI("text=Home&nbsp;&nbsp;;url=/index.php;");
			aI("text=&nbsp;&nbsp;Who We Are&nbsp;&nbsp;;url=/story.php;showmenu=nav1;");
			aI("text=&nbsp;&nbsp;Groups & Growth&nbsp;&nbsp;;url=/ministry1.php;showmenu=nav2;");
			aI("text=&nbsp;&nbsp;Serving & Sharing&nbsp;&nbsp;;url=/missions.php;showmenu=nav3;");
			aI("text=&nbsp;&nbsp;News & Events&nbsp;&nbsp;;url=/calendar.php;showmenu=nav4;");
			aI("text=&nbsp;&nbsp;FAQ's&nbsp;&nbsp;;url=/contact.php;showmenu=nav5;");
			aI("text=&nbsp;&nbsp;Invite a Friend&nbsp;&nbsp;;url=/einvite.php;");
		}




drawMenus();



