
_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=15             // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#472d4f";
oncolor="#f0f0f0";
offbgcolor="#6e447a";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#4d4419";
pagebgcolor="#cbb33c";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/967HA/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){ 

}


	with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Welcome;url=/welcome.php;");
			aI("text=About Our Pastor;url=/pastor.php;");
			aI("text=Who We Are;url=/who.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=Leadership Team;url=/leadership.php;");
			aI("text=Contact and Directions;url=/contact.php;");
		}
with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			left="offset=5";
			
			overflow="scroll";
			aI("text=Youth and Young Adult;url=/adult_home.php;");
			aI("text=Christian Education;url=/school_home.php;");
			aI("text=CDC;url=/cdc_home.php;");
			aI("text=Children;url=/children_home.php;");
			aI("text=Outreach;url=/ministry1.php;");
			aI("text=Support;url=/ministry2.php;");
			aI("text=Service;url=/ministry3.php;");
			aI("text=Seniors;url=/ministry4.php;");
		}
with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
		}

with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=80;
			left="offset=-5";
			
			overflow="scroll";
			aI("text=Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119924;showmeu=nav4;");
			aI("text=Testimonies;url=/testimonies.php;");
		}
		
with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=100;
			left="offset=-5";
			
			overflow="scroll";
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Membership Ministries;url=/membership.php;");
			aI("text=Prayer Wall;url=/prayer.php;");
			aI("text=Sharing Center;url=/share.php;");
			aI("text=Social Media;url=/#;");
			aI("text=Invite a Friend;url=/einvite.php;");
		}
		
		
		

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

			aI("image=/images/Image/mainnav1.jpg;url=/index.php;");
			aI("image=/images/Image/mainnav2.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/mainnav3.jpg;url=/adult_home.php;showmenu=nav2;");
			aI("image=/images/Image/mainnav4.jpg;url=/calendar.php;");
			aI("image=/images/Image/mainnav5.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119924;showmenu=nav4;");
			aI("image=/images/Image/mainnav6.jpg;url=/connected.php;showmenu=nav5;");
			aI("image=/images/Image/mainnav7.jpg;url=/school_home.php;");			
			aI("image=/images/Image/mainnav8.jpg;url=/cdc_home.php;");
			aI("image=/images/Image/mainnav9.jpg;url=/giving.php;");
			aI("image=/images/Image/mainnav10.jpg;url=/contact.php;");
		     
		}




drawMenus();



