

_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="#00118d";
oncolor="#ffffff";
offbgcolor="#0e21ae";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#ffffff";
pagebgcolor="#000d69";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/Image/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;

			aI("text=Calvary Leadership;url=/leadership.php;");
			aI("text=About Calvary;url=/welcome.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=Contact & Directions;url=/contact.php;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=150;

			aI("text=Ministries;url=/ministry1.php;");
			aI("text=Youth;url=/ministry2.php;");
			aI("text=Children;url=/ministry3.php;");
			aI("text=Small Groups;url=/ministry4.php;");
			aI("text=J.O.Y. Senior Fellowship;url=/ministry5.php;");
			aI("text=Missions;url=/ministry6.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=85;


			aI("text=Current Month;url=/floating1.php;");
			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=85;


			aI("text=Recent Sermons;url=/media/media/recent.php;");
			aI("text=Sermon Archive;url=/media/media/list.php;");
			aI("text=Archive Search;url=/media/media/search.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=85;


			
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Photo Gallery;url=/photo.php;");
			}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="top";

			aI("image=/images/Image/Redesign/navbg_01.jpg;url=/index.php;");
			aI("image=/images/Image/Redesign/navbg_02.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/Redesign/navbg_03.jpg;url=/ministry1.php;showmenu=nav2;");
			aI("image=/images/Image/Redesign/navbg_04.jpg;url=/floating1.php;showmenu=nav3;");
			aI("image=/images/Image/Redesign/navbg_05.jpg;url=/media/media/recent.php;showmenu=nav4;");
			aI("image=/images/Image/Redesign/navbg_06.jpg;url=/connected.php;showmenu=nav5;");
			aI("image=/images/Image/Redesign/navbg_07.jpg;url=/contact.php;");
		}




drawMenus();



