
_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()){
onbgcolor="#82c342";
oncolor="#f0f0f0";
offbgcolor="#b6b6b6";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#235f6e";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/944CR/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=95);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#82c342";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="transparent";
borderstyle="solid";
borderwidth=0;
separatorcolor="transparent";
separatorsize="15";
padding="0";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#EACDA8";
pagebgcolor="transparent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=What to Expect/Directions;url=/expect.php;");
			aI("text=Top 10 Questions;url=/questions.php;");
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			
			aI("text=Small Groups;url=/smallgroups.php;");
			aI("text=Membership;url=/membership.php;");
			aI("text=Ministry/Volunteer;url=/volunteer.php;");
			aI("text=Missions;url=/connected.php;");
			}
		
		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=150;
			
			aI("text=Children;url=/ministry1.php;");
			aI("text=Student;url=/ministry2.php;");
			aI("text=Adults;url=/smallgroups.php;");
			aI("text=Pastoral;url=/ministry3.php;");
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=85;

			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");
			aI("text=Upcoming Events;url=/events.php;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=85;

			aI("text=Leaders;url=/staff1.php;showmenu=navA;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Our Story;url=/story.php;");
			aI("text=Contacts/Prayer Requests;url=/contact.php;");
			}

		with(milonic=new menuname("navA")){
			style=subStyle;
			itemwidth=100;

			aI("text=Mickey Graves;url=/staff1.php;");
			aI("text=Scott E. Clark;url=/staff2.php;");
			aI("text=Roger Grenier;url=/staff3.php;");
			aI("text=Children's Staff;url=/staff4.php;");
		}

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

			aI("text=Home;url=/index.php;");
			aI("text=I'm New;url=/expect.php;showmenu=nav1;");
			aI("text=Get Connected;url=/smallgroups.php;showmenu=nav2;");
			aI("text=Ministries;url=/ministry1.php;showmenu=nav3;");
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Who We Are;url=/staff1;showmenu=nav5;");
			//aI("text=Media;url=/media/media/recent.php;showmenu=nav6;");
			//aI("text=Invite a Friend;url=/einvite;");
			aI("text=Sermons;url=/ministry3.php;");
			aI("text=Contact & Directions;url=/contact.php;");
		}




drawMenus();



