
_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()){
onbgcolor="#6D471B";
oncolor="#ffffff";
offbgcolor="#7A5122";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#54330C";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
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)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

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

		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			itemwidth="55";
		
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Mission, Vision & Values;url=/missionvision.php;");		
			aI("text=About Covenant;url=/faithstories.php;");		
			//aI("text=Virtual Tour;url=/forms.php;");		
			aI("text=Staff;url=/stafffloating.php;");		
			aI("text= Worship Times & Directions ;url=/worshipdirections.php;");		
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			itemwidth="70";
			
			
			aI("text=Youth;url=/youthministry.php;");
			aI("text=Children;url=/childrensministry.php;");
			aI("text=Adults;url=/adultministry.php;");
			aI("text=Community<br />/Outreach;url=/outreachministry.php;");
			aI("text=Prayer;url=/prayerministry.php;");
			aI("text=Worship and Music ;url=/musicministry.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
itemwidth="60";
		
			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;
			margin=3;
itemwidth="50";
			
			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Archived Sermons;url=/media/media/list.php;");
			aI("text=Sermon Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;

		itemwidth="105";
			aI("text=Sunday School;url=/sundayschool.php;");
			aI("text=Small Groups;url=/smallgroups.php;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
			aI("text=Prayer Requests ;url=/prayerministry.php;");			
			aI("text=Invite a Friend;url=/einvite.php;");
			aI("text=Forms;url=/forms.php;");				
			aI("text=Give Online;url=/giving.php;");
			aI("text=Covenant Members Login;url=/membersonly.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=I'm New;url=/welcome.php;showmenu=nav1;");
			aI("text=Ministries;showmenu=nav2;");
			//aI("text=Calendar;url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=G1I3G1F0I3I3O9L6I3;target=newwindow;");
			aI("text=Calendar;url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=G1I3G1F0I3I3O9L6I3;target=newwindow;;");
			aI("text=Sermons;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=Get Connected;url=/connected.php;showmenu=nav5;");
			aI("text=Study Room;url=/study.php;");
			aI("text=Worship Times & Directions;url=/worshipdirections.php;");
		}




drawMenus();



