
_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="#131210";
offcolor="#ffffff";
onbgcolor="#ce6028";
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="#616536";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#636363";
separatorpadding=1;
separatorwidth="85%";
subimage="/images/Image/offarrow.gif";
valign="middle";
}

with(mainStyle=new mm_style()){

}

	
		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			
			aI("text=I'm New Here;url=/welcome.php;");
			aI("text=Our Pastor;url=/pastor.php;");
			aI("text=Our Staff;url=/ourstaff.php;");

		}

		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
		
			aI("text=Worship;url=/ministry1.php;");
			aI("text=Children;url=/ministry2.php;");
			aI("text=Youth;url=/ministry3.php;");
			aI("text=Young Adults;url=/ministry11.php;");
			aI("text=Adults;url=/ministry4.php;showmenu=nav5;");
			aI("text=Serve;url=/volunteer.php;showmenu=nav6;");
			aI("text=Celebrate Recovery;url=/ministry8.php;");
			aI("text=Harvest Christian Academy;url=http://hcasaints.org;");
			aI("text=Harvest Child Development Center;url=http://hcdc.org;");
			
		}
		
		with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
			
			aI("text=Calendar;url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=L6M7K5H2M7I3N8N8H2;target=newwindow;");
			aI("text=Newsletter;url=/news.php;");
			aI("text=Events;url=/events.php;");	
			aI("text=Featured Events;url=/specialevents.php;");	
		}

		with(milonic=new menuname("nav7")){
			style=subStyle;
			margin=3;
			left="offset=10";
			itemwidth=120;
		
			aI("text=Get Connected;url=/connected.php;");
			//aI("text=Social Networking;url=/social.php;");	
			aI("text=Prayer Center;url=/prayer.php;");
			aI("text=Growth Track;url=/track.php;");	
			aI("text=iTeam;url=/volunteer.php;");		
			aI("text=What Is The City;url=/city.php;");	
		}
			
		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
			aI("text=Introduction;url=ministry4.php;");
			aI("text=ABF;url=ministry5.php;");
			aI("text=Harvest Life;url=life.php;");
			aI("text=Support Groups;url=support.php;");
		
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
			margin=3;
			aI("text=Impact Team;url=volunteer.php;");
			aI("text=Love Loud;url=ministry6.php;");
			aI("text=Love Louder;url=ministry7.php;");
		
		}
		

	
			
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="horizontal";
			position="relative";
			itemheight=15;
			margin=0;
			
			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=/ministry1.php;showmenu=nav2;");
			aI("image=/images/Image/nav4.jpg;url=http://www.mychurchevents.com/calendar/calendar.aspx?ci=L6M7K5H2M7I3N8N8H2;target=newwindow;showmenu=nav4;");
			aI("image=/images/Image/nav5.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119568;");
			aI("image=/images/Image/nav6.jpg;url=/connected.php;showmenu=nav7;");		
			aI("image=/images/Image/nav7.jpg;url=/contact.php;");
			aI("image=/images/Image/nav8.jpg;url=/giving.php;");
		}




drawMenus();



