
_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=200;


with(subStyle=new mm_style()){
styleid=1;
bordercolor="#6E755B";
borderstyle="solid";
borderwidth=1;

fontfamily="arial, tahoma";
fontsize="9pt";
fontstyle="normal";

//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;

offbgcolor="#84878a";
offcolor="#ffffff";
onbgcolor="#e9e9e9";
onborder="1px solid #999999";
oncolor="#484847";
pagebgcolor="#4f5153";
pagecolor="#f0f0f0";
 
padding=2;
 
separatoralign="center";
separatorcolor="#6E755B";
separatorpadding=1;
separatorheight=1;
separatorwidth="100%"; 
valign="middle";

}

with(mainStyle=new mm_style()){

}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			overflow="scroll";
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Who We Are;url=/who.php;");			
			aI("text=Staff;url=/staff1.php;");		
			aI("text=Contact & Directions;url=/contact.php;");	aI("text=FAQ's;url=/faqs.php;");			
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Preschool / Children;url=/ministry1.php;");
			aI("text=Students;url=/ministry2.php;");		
			aI("text=Brew Ha Ha;url=/brew.php;");
			aI("text=College;url=/college.php;");
			aI("text=Adult;url=/ministry3.php;");
			aI("text=Worship;url=/ministry4.php;");
			aI("text=Small Groups;url=/ministry5.php;");
			//aI("text=Worship;url=/ministry6;");
			aI("text=Outreach;url=/ministry6.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
			aI("text=Special Events;url=/specialevents.php;");
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Media Archive;url=/media/media/list.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
		//	aI("text=Blog's;url=/media/media/bloglist.php;");
			}
		
		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
			}
		
		with(milonic=new menuname("navA")){
			style=subStyle;
			margin=3;

			overflow="scroll";
			aI("text=Sr. Pastor;url=/staff1.php;");
			aI("text=Associate Pastor;url=/staff2.php;");
			aI("text=Children and Students;url=/staff3.php;");
			aI("text=Worship;url=/staff4.php;");
			}

		


		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="horizontal";
			position="relative";
			itemheight=25;
			
			
			aI("image=/images/Image/Redesign/nav1.jpg;url=/index.php;");
			aI("image=/images/Image/Redesign/nav2.jpg;url=/who.php;showmenu=nav1;");
			aI("image=/images/Image/Redesign/nav3.jpg;url=/ministry1.php;showmenu=nav2;");
			aI("image=/images/Image/Redesign/nav4.jpg;url=/calendar.php;showmenu=nav3;");
			aI("image=/images/Image/Redesign/nav5.jpg;url=/social.php;");
			aI("image=/images/Image/Redesign/nav6.jpg;url=/connected.php;showmenu=nav5;");
			aI("image=/images/Image/Redesign/nav7.jpg;url=/contact.php;");
			aI("image=/images/Image/Redesign/nav8.jpg;url=https://www.eservicepayments.com/cgi-bin/Vanco_ver3.vps?appver3=tYgT1GfNxRUldiimjHMvOUFzMrFt1R_aH-oA0hd7zQ5skSODEa-Up5lt373GHnco2evTpo0mld6BrVzd2nG0p5b0CVhaPVvmaYXjMWB84Bw=&ver=3;target=newwindow;");
		}




drawMenus();



