

_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="#4C2F11";
offcolor="#ffffff";
onbgcolor="#2A6ACC";
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="#17335E";
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="11pt";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#2A6ACC";
//onsubimage="/images/10000/4000/518LI/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="#f0f0f0";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorsize="26";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			aI("text=Welcome;url=/welcome.php;");
			aI("text=About Peace;url=/about.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=Who is Jesus??;url=/who.php;");
			aI("text=Meet the Staff;url=/MeetTheStaff.php;");
			aI("text=Contact & Directions;url=/contact.php;");
		}
		
		with(milonic=new menuname("navStaff")){
			style=subStyle;
			
			aI("text=Senior Pastor;url=/MeetTheStaff.php;");
			aI("text=Associate Pastors;url=/Waiser.php;");
			aI("text=Administrative Staff;url=/Wiechman.php;");
			aI("text=Support Staff;url=/Wetnyangran.php;");
		}
				
		with(milonic=new menuname("nav2")){
			style=subStyle;
			
			aI("text=Youth;url=/Youth.php;");
			aI("text=Children and Families;url=/ChildrenAndFamilies.php;");
			aI("text=Adult Faith;url=/AdultFaith.php;");
			aI("text=Worship and Music;showmenu=navWorship;");
			aI("text=Christian Care;url=/ChristianCare.php;");
			aI("text=Administration;url=/Administration.php;");
			aI("text=African Immigrant Ministry;url=/africanimmigrant.php;");
			aI("text=Red Apple School ;url=http://redappleschool.org;");
		}				
		with(milonic=new menuname("navAdults")){
			style=subStyle;
			
			aI("text=Adult Faith;url=/ministry12.php;"); 
		}			
		with(milonic=new menuname("navWorship")){
			style=subStyle;
			
			aI("text=Worship Services;url=/WorshipServices.php;");
			aI("text=Music Ministry;url=/MusicMinistry.php;"); 
		}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Newsletter;url=/news.php;");
			aI("text=Our Faith in Action ;url=http://peacechurch.fhcaleb.com/images/File/faithinaction.pdf;");
			aI("text=Prayers;url=http://peacechurch.fhcaleb.com/images/File/prayers.pdf;");
			aI("text=Upcoming Events;url=/events.php;");
			aI("text=Invite a Friend;url=/evitemain.php;");
		}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			
			aI("text=Sermon Flow Gold;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/118965;");
			aI("text=Peace Blog;url=http://peacelutherantx.wordpress.com;target=newwindow;");
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			
			aI("text=Intentional Discipleship;url=/discipleship.php;");
			aI("text=Intentional Worship;url=/worship.php;");
			aI("text=Intentional Word;url=/study.php;");
			aI("text=Intentional Relationships;url=/relationships.php;");
			aI("text=Intentional  Mission;url=/mission.php;");
			aI("text=Intentional Generosity;url=/generosity.php;");
		}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			aI("text=Welcome;showmenu=nav1;");
			aI("text=Home;url=/index.php;");
			aI("text=Ministries;showmenu=nav2;");
			aI("text=Get Connected;showmenu=nav3;");
			aI("text=Media;showmenu=nav4;");
			aI("text=Be Intentional;showmenu=nav5;");
			aI("text=Spiritual GPS;url=/spiritual.php;");
			aI("text=Contact & Directions;url=/contact.php;");
		}

drawMenus();



