
_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="#7eab3c";
offcolor="#ffffff";
onbgcolor="#698e32";
oncolor="#f0f0f0";
onsubimage="/images/Image/onarrow.gif";
padding="5";
pagebgcolor="#5e0a30";
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("nav1")){
			style=subStyle;
			
			overflow="scroll"; 
			aI("text=Who We Are;url=/who.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=Staff;url=/staff.php;");
			aI("text=Contact and Directions;url=/contact.php;");
		}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Children;url=/ministry1.php;");
			aI("text=Students;url=/ministry2.php;");
			aI("text=Adults;url=/ministry3.php;");
		}
		

		with(milonic=new menuname("nav3")){
			style=subStyle;
			
			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;"); 
			aI("text=Events;url=/events.php;");
		}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;

			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;");
		}
		with(milonic=new menuname("navMedia")){
			style=subStyle;

			overflow="scroll";
		//	aI("text=Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/151224;"); 
			aI("text=Media;url=/social-media-player.php;"); 
			aI("text=Social Media;url=/socialmedia.php;"); 
		}

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

			aI("image=/images/Image/nav0.jpg;");
			aI("image=/images/Image/nav1.jpg;url=/;");
			aI("image=/images/Image/nav2.jpg;url=/who.php;showmenu=nav1;");
			aI("image=/images/Image/nav3.jpg;url=/ministry1.php;showmenu=nav2;");
			aI("image=/images/Image/nav4.jpg;url=/social-media-player.php;showmenu=navMedia;");
		//	aI("text=Online Giving;url=/giving.php;");
			aI("image=/images/Image/nav5.jpg;url=/contact.php;");
			aI("image=/images/Image/nav6.jpg;url=/calendar.php;showmenu=nav3;"); 
			aI("image=/images/Image/nav7.jpg;"); 
		}




drawMenus();
