
_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="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#55663D";
offcolor="#ffffff";
onbgcolor="#59807D";
onborder="1px solid #999999";
oncolor="#f0f0f0";
onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#EAEAEA', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#374B49";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
menubgcolor="#ffffff";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#55663D";
//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=3;
pagebgcolor="transparent";
pagecolor="#f0f0f0";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorsize="22";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}

		

	

		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth="130";
			left="offset=-25";
			aI("text=Welcome;url=/welcome.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Who We Are;url=/staff1.php;showmenu=nav7;");
			aI("text=Contact & Directions;url=/contact.php;");
		
			}
			
		with(milonic=new menuname("nav7")){
			style=subStyle;
			itemwidth="130";
			top="offset=-70";
			left="offset=5";
			aI("text=Staff;url=/staff1.php;");
			aI("text=Team Members;url=/staff2.php;");
					
			}
			
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth="130";
			left="offset=-25";
			aI("text=Students;url=/ministry1.php;");
			aI("text=Kids;url=/ministry2.php;");
			aI("text=Family Ministry;url=/ministry3.php;");
			aI("text=Outreach;url=/ministry4.php;");
			aI("text=Missions;url=/ministry5.php;");
			aI("text=Worship Arts and Music;url=/ministry6.php;");
			aI("text=Military;url=/ministry7.php;");
			aI("text=We Care;url=/care.php;");
		
				
			}
			
		
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth="130";
			left="offset=-30";
			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;
			itemwidth="130";
			left="offset=-35";
			aI("text=Media;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119380;");
			aI("text=Facebook;url=http://www.facebook.com/pages/Fayetteville-NC/First-Church-Fayetteville/144117938959921?ref=ts#!/pages/Fayetteville-NC/First-Church-Fayetteville/144117938959921;target=newwindow;");		
			
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth="130";
			left="offset=-15";
			aI("text=Get Connected;url=/connected.php;");	
			aI("text=Volunteer Opportunities;url=/volunteer.php;");		
			aI("text=Invite a Friend;url=/evite.php;target=newwindow;");		
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
			itemwidth="130";
			left="offset=-15";
			aI("text=Online Giving;url=/giving.php;");	
			aI("text=See your Giving;url=https://secure.accessacs.com/access/memberlogin.aspx?sn=142351;target=newwindow;");		
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			orientation="horizontal";
			position="relative";
			itemheight=15;
			margin=0;
			
			aI("text=HOME;url=/index.php;");
			aI("text=I'M NEW HERE;url=/welcome.php;showmenu=nav1;");
			aI("text=MINISTRIES;url=/ministry1.php;showmenu=nav2;");
			aI("text=CALENDAR;url=/calendar.php;showmenu=nav3;");
			aI("text=MEDIA;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119380;showmenu=nav4;");
			aI("text=GET CONNECTED;url=/connected.php;showmenu=nav5;");
			aI("text=ONLINE GIVING;url=/giving.php;showmenu=nav6;");
			aI("text=CONTACT & DIRECTIONS;url=/contact.php;");
			
		}




drawMenus();



