

_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, tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#80b08a";
offcolor="#ffffff";
onbgcolor="#2a6acc";
onborder="1px solid #999999";
oncolor="#ffffff"; 
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#17335e";
pagecolor="#f0f0f0"; 
separatoralign="right";
separatorcolor="#17335e";
separatorpadding=1;
separatorwidth="85%"; 
valign="middle";
menubgcolor="#80b08a";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#a1cdfa";
//onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#a73269";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="4";
separatorsize="29";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}

	with(milonic=new menuname("nav1")){
			style=subStyle;
		
			aI("text=Welcome;url=/welcome.php;");
			aI("text=What To Expect;url=/expect.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Knowing God;url=/god.php;");
			aI("text=Contact & Directions;url=/contact.php;");
		}
		
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
		
			aI("text=Men;url=/men.php;");
			aI("text=Ladies;url=/ladies.php;");
			aI("text=Community Outreach;url=/community_outreach.php;");
			aI("text=Discipleship;url=/discipleship.php;");
			aI("text=Youth;url=/youth.php;");
			aI("text=Children;url=/children.php;showmenu=navCH;");		
			aI("text=Fellowship;url=/fellowship.php;");
			aI("text=Special Needs;url=/special_needs.php;");
			aI("text=Celebrate Recovery;url=/celebrate_recovery.php;");
			
			
		}
		
		with(milonic=new menuname("navCH")){
			style=subStyle;
			margin=3;
		
			aI("text=Sunday Programs;url=/children.php;");
			aI("text=AWANA;url=/awana.php;");
			aI("text=Beyond Sunday Ministries;url=/beyond.php;");
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
			
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Newsletter;url=/news.php;");
			aI("text=Events;url=/events.php;");	
		}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
		
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Prayer Requests;url=/prayer.php;");	
		}
			
	
		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
		
			aI("text=Recent Sermons;url=/media/media/recent.php;"); 	
			aI("text=Archived Sermons;url=/media/media/list.php;"); 	
			aI("text=Search Sermons;url=/media/media/search.php;"); 	
			aI("text=Podcasts;url=/media/media/podcast.php;");
			aI("text=Blogs;url=/media/media/bloglist.php;"); 	
		}
			
	
	
			
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight=15;
			margin=0;
			
			aI("text=Home;url=/index.php;");
			aI("text=About Us;url=/welcome.php;showmenu=nav1;");
			aI("text=Ministries;url=/men.php;showmenu=nav2;");
			aI("text=Calendar;url=/calendar.php;showmenu=nav3;");
			aI("text=Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/114538;showmenu=nav5;");
			aI("text=Get Connected;url=/connected.php;showmenu=nav4;");
			aI("text=Contact & Directions;url=/contact.php;");
		}




drawMenus();



