
_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()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth="1";
fontfamily="arial, sans-serif";
fontsize="12px";
fontstyle="normal";
offbgcolor="#1a1a1a";
offcolor="#ffffff";
onbgcolor="#d1d1d1";
oncolor="#030302";
onsubimage="/images/Image/onarrow.gif";
padding="5";
pagebgcolor="#000000";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatorcolor="#636363";
separatorpadding="1";
separatorwidth="1";
subimage="/images/Image/offarrow.gif";
valign="middle";
}

with(mainStyle=new mm_style()){
}


		with(milonic=new menuname("nav11")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Welcome;url=/welcome.php;");
			aI("text=FAQ's;url=/faqs.php;");
			aI("text=Vision, Purpose, & Beliefs;url=/vision.php;");
			aI("text=Who We Are;showmenu=navStaff;");
			aI("text=Contact & Directions;url=/contact.php;");
		}
		
		with(milonic=new menuname("navStaff")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Staff1;url=/staff1.php;"); 
			aI("text=Staff2;url=/staff2.php;"); 
			aI("text=Staff3;url=/staff3.php;"); 
			aI("text=Staff4;url=/staff4.php;"); 
		}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Ministries;url=/ministries.php;");  
			aI("text=Frontline Youth;url=/frontlineyouth.php;");  
			aI("text=Lil Warriors;url=/lilwarriors.php;");  
			aI("text=Starting Point;url=/startingpoint.php;");  
			aI("text=Destiny Discovery;url=/destinydiscovery.php;");  
			aI("text=Point of Contact;url=/pointofcontact.php;");  
		}
				
		with(milonic=new menuname("nav2")){
			style=subStyle;
			left="offset=10";
			
			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			left="offset=10";
			
			overflow="scroll";
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Prayer Wall;url=/prayer.php;"); 
			aI("text=Sharing Center;url=/sharing.php;"); 
			aI("text=Invite a Friend;url=/einvite.php;"); 
		}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;

			overflow="scroll";
			aI("text=Sermons;url=/media/media/recent.php;"); 
			aI("text=Archived Sermons;url=/media/media/list.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=Study Notes;");
			aI("text=Archived Study Notes;");
		}	

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			alwaysvisible="1";
			orientation="horizontal";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("image=/images/Image/navbg_01.jpg;url=/;");
			aI("image=/images/Image/navbg_02.jpg;url=thepoint.php;");
			aI("image=/images/Image/navbg_03.jpg;url=expect.php;");
		//	aI("text=About Us;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/navbg_04.jpg;url=/ministries.php;showmenu=nav1;");
		//	aI("text=Starting Point Child Care;url=/starting.php;");
			aI("image=/images/Image/navbg_05.jpg;url=/calendar.php;showmenu=nav2;");
			aI("image=/images/Image/navbg_06.jpg;url=/media.php;");
			aI("image=/images/Image/navbg_07.jpg;url=/connected.php;showmenu=nav3;");
			aI("image=/images/Image/navbg_08.jpg;url=/contact.php;");
		}




drawMenus();
