
_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()){
styleid=1;
bordercolor="#636363";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="9pt";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#382e27";
offcolor="#f0f0f0";
onbgcolor="#251e19";
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="#b6863b";
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()){
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			left="offset=20";
			aI("text=Welcome;url=/welcome.php;");
			aI("text=What To Expect;url=/expect.php;");
			aI("text=Who We Are;url=/who.php;");
			aI("text=History;url=/history.php;");
			aI("text=Leadership;url=/leadership.php;");
			aI("text=Forms & Docs;url=/forms.php;");
			aI("text=Contact and Directions;url=/contact.php;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			left="offset=25";
			aI("text=Sermons & Media;url=/media/media/recent.php;showmenu=scnav;");
			aI("text=Music;url=/music.php;");
			aI("text=Prayer;url=/ministry4.php;");
			}

			with(milonic=new menuname("scnav")){
			style=subStyle;
			aI("text=Recent;url=/media/media/recent.php;");
			aI("text=Archives;url=/media/media/list.php;");
			aI("text=Search;url=/media/media/search.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			left="offset=30";
			aI("text=Adult Education;url=/adult.php;");
			aI("text=Fellowship;url=/fellowship.php;");
			aI("text=Service Opportunities;url=/service.php;");
			
			
			}

		with(milonic=new menuname("nav4")){
			style=subStyle;
			left="offset=25";
			itemwidth=70;
			aI("text=Parents;url=/ministry1.php;");
			aI("text=Youth;url=http://youth.greenwichpres.org;");
			aI("text=Children;url=/ministry2.php;");
			aI("text=Preschool;url=/ministry3.php;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			left="offset=15";
			aI("text=Service Opportunities;url=/service.php;");
			aI("text=Mission Partners;url=/partners.php;");
			}

			with(milonic=new menuname("nav6")){
			style=subStyle;
			left="offset=25";
			itemwidth=70;
			aI("text=Calendar;url=/calendar.php;");
			aI("text=News;url=/news.php;");		
			aI("text=Events;url=/events.php;");
			}
			
			with(milonic=new menuname("nav7")){
			style=subStyle;
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Prayer Wall;url=/prayer.php;");
			}

			

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

		//	aI("text=Home;url=/index.php;");
		//	aI("text=About Us;url=/welcome.php;showmenu=nav1;");
		//	aI("text=Worship;url=/social-media-player.php;showmenu=nav2;");		
		//	aI("text=Growth;url=/adult.php;showmenu=nav3;");
		//	aI("text=Family;url=/ministry1.php;showmenu=nav4;");
		//	aI("text=Mission;url=/service.php;showmenu=nav5;");
		//	aI("text=Calendar;url=/calendar.php;showmenu=nav6;");		

			//	aI("text=Media;url=/social-media-player.php;");		
		//	aI("text=Get Connected;url=/connected.php;showmenu=nav4;");
		//	aI("text=Contact and Directions;url=/contact.php;");
			
			aI("image=/images/Image/nav1.jpg;url=/index.php;");
			aI("image=/images/Image/nav2.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/nav3.jpg;url=/media/media/recent.php;showmenu=nav2;");		
			aI("image=/images/Image/nav4.jpg;url=/adult.php;showmenu=nav3;");
			aI("image=/images/Image/nav5.jpg;url=/ministry1.php;showmenu=nav4;");
			aI("image=/images/Image/nav6.jpg;url=/service.php;showmenu=nav5;");
			aI("image=/images/Image/nav7.jpg;url=/calendar.php;showmenu=nav6;");		

			
		

		}




drawMenus();



