
_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=15             // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
onbgcolor="#00aeef";
oncolor="#ffffff";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding="2";
fontsize="9pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#181818";
pagebgcolor="#ffffff";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0"; 
}

with(mainStyle=new mm_style()){

}


		
	with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Who We Are;url=/who.php;");
			aI("text=What to Expect;url=/expect.php;");
			aI("text=Contact and Directions;url=/contact.php;");
		}
	with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			
			aI("text=<i>kids</i><b>church</b>;url=/children.php;");
			aI("text=<i>youth</i><b>church</b>;url=/youth.php;");
			aI("text=<i>city</i><b>church</b>;url=/city_church.php;");
			aI("text=<i>mission</i><b>church</b>;url=/missions.php;");			
			aI("text=<i>cell</i><b>church</b>;url=/cellchurch.php;");
			
		}
	with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Bible Reading Plan;url=/reading_plan.php;");
			aI("text=News;url=/news.php;");
		//	aI("text=Events;url=/events.php;");
		}
		
	with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth=100;
			aI("text=Get Connected;url=/connected.php;");
			aI("text=411 @ church;url=/411_church.php;");
			aI("text=Give Online;url=/online.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/nav_01.jpg;url=/index.php;");
			aI("image=/images/Image/nav_02.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/nav_03.jpg;url=/children.php;showmenu=nav2;");
			aI("image=/images/Image/nav_04.jpg;url=/calendar.php;showmenu=nav3;");			
			aI("image=/images/Image/nav_05.jpg;url=http://sc.fhview.com/sc_customplayer/seriesitems/1/119510;");
			aI("image=/images/Image/nav_06.jpg;url=/connected.php;showmenu=nav4;");
			aI("image=/images/Image/nav_07.jpg;url=/contact.php;");
		     
		}




drawMenus();



