

_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="#920312";
oncolor="#f0f0f0";
offbgcolor="#b6b6b6";
offcolor="#ffffff";
bordercolor="#8B2B0D";
borderstyle="solid";
borderwidth=1;
separatorcolor="#F5CBBE";
separatorsize="1";
separatorpadding="3";
padding=3;
fontsize="9pt";
fontstyle="normal";
fontfamily="verdana, Tahoma, Verdana";
pagecolor="#f0f0f0";
pagebgcolor="#380006";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2"; 
}

with(mainStyle=new mm_style()){

}
		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			left="offset=15";
			itemwidth=90;
			overflow="scroll";
			aI("text=Our Beliefs;url=/welcome.php;");
			aI("text=Our History;url=/history.php;");
			aI("text=FAQ's;url=/faqs.php;");		
			aI("text=Staff;url=/staff1.php;");
	/*		aI("text=Contact & Directions;url=/contact;");
	*/	}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			margin=3;
			left="offset=-5";

			overflow="scroll";
			aI("text=Children/Youth/MDO;url=/ministry3.php;");
			aI("text=Adult;url=/ministry2.php;");
			aI("text=Music;url=/ministry6.php;");		
			aI("text=United Methodist Men/Women;url=/ministry4.php;");		
			aI("text=Emmaus;url=/ministry5.php;");
			aI("text=Program & Administrative Committees;url=/prayerrequests.php;");			
		}

	with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=90;
			margin=3;
			left="offset=15";

			overflow="scroll";
			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;
			overflow="scroll";
			aI("text=Missions;url=/connected.php;");
			
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
			overflow="scroll";
			aI("text=Worship;url=/worship.php;");
			aI("text=Current Sermons;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/116399;");
			//aI("text=Archived Sermons;url=/sermons;");
			
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
			margin=3;
			overflow="scroll";
			aI("text=Float1;url=/floating1.php;");			
			aI("text=Float2;url=/floating2.php;");			
			aI("text=Float3;url=/floating3.php;");			
			aI("text=Float4;url=/floating4.php;");						
		}
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1; 
			orientation="horizontal";
			position="relative";
			aI("image=/images/Image/Redesign/nav1.jpg;url=/index.php;");
			
			aI("image=/images/Image/Redesign/nav2.jpg;url=/welcome.php;showmenu=nav1;");
			
			aI("image=/images/Image/Redesign/nav3.jpg;url=/ministry3.php;showmenu=nav2;");
			
			aI("image=/images/Image/Redesign/nav4.jpg;url=/calendar.php;showmenu=nav3;");
			
			aI("image=/images/Image/Redesign/nav5.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/116399;");
			
			aI("image=/images/Image/Redesign/nav6.jpg;url=/worship.php;showmenu=nav5;");
			
			aI("image=/images/Image/Redesign/nav7.jpg;url=/connected.php;");
			aI("image=/images/Image/Redesign/nav8.jpg;url=/contact.php;");

		}

drawMenus();



