
_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="#8E8E8E";
oncolor="#f0f0f0";
offbgcolor="#000000";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="1";
padding="2";
fontsize="11";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#f0f0f0";
pagebgcolor="#8E8E8E";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/8000/188HO/arrow.gif";
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)";
pageimage="/images/Image/onimage.gif";
subimage="/images/Image/offarrow.gif";
}

with(mainStyle=new mm_style()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="helvetica";
fontsize="11";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/10000/4000/518LI/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#8E8E8E";
//onsubimage="/images/10000/4000/518LI/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=3;
pagebgcolor="transparent";
pagecolor="#8E8E8E";
//pageimage="/images/10000/4000/518LI/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="2";
separatorsize="29";
//subimage="/images/10000/4000/518LI/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}

		


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth="85";				
			left="offset=-10";	
			aI("text=What We Do;url=/whatwedo.php;");
			aI("text=Children's Ministry;url=/epic.php;");
			aI("text=Oxygen Student Ministries;url=http://students.dlwc.org;");
			aI("text=Adults;url=/adults.php;showmenu=nav1A");
			aI("text=Dream Team;url=/dreamteam.php;");
			aI("text=Growth Track;url=/growthtrack.php;");
			aI("text=Small Groups;url=/smallgroups.php;");
			aI("text=Missions;url=/missions.php;");
			aI("text=South Church;url=http://southchurch.dlwc.org;target=newwindow;");
			aI("text=Young Marrieds;url=/youngmarrieds.php;");
			aI("text=Young Adults;url=/youngadults.php;");
			aI("text=24Sevenprayer;url=/24seven.php;");
		}
		with(milonic=new menuname("nav1A")){
			style=subStyle;			
			aI("text=Adults;url=/adults.php;");
			aI("text=Photo Gallery;url=/gallery.php;");
		}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth="70";	
			aI("text=Calendar;url=/calendar.php;");
		//	aI("text=News;url=/news.php;");
			aI("text=Events;url=/events.php;");
		}

		with(milonic=new menuname("nav3")){
			style=subStyle;	
			itemwidth="70";	
			aI("text=Online Giving;url=/online_giving.php;");
			aI("text=Bookstore;url=http://stores.faithhighway.com/Merchant5/merchant.mvc?Screen=SFNT&Store_Code=LWCT&Category_Code=STFTP;");
		}
		with(milonic=new menuname("nav4")){
			style=subStyle;
			itemwidth="80";			
			aI("text=Guest Central;url=/welcome.php;");
			aI("text=Our Staff;url=/staff.php;");
			aI("text=Service Times and Directions;url=/directions.php;");
		}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			left="offset=-15";	
			aI("text=Media;url=/media.php;");
			aI("text=Messages;url=http://vimeo.com/channels/lws;target=newwindow;");
			aI("text=SGL Training;url=http://vimeo.com/channels/smallgroups;target=newwindow;");
			aI("text=Announcements;url=http://vimeo.com/hubnut/?user_id=dlwc&color=00adef&background=000000&fullscreen=1&slideshow=1&stream=album&id=1534776&server=vimeo.com;target=newwindow;");
			aI("text=Podcasts;url= http://itunes.apple.com/us/podcast/dayton-living-word-church/id466958968;");
		}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			
			orientation="horizontal";
			position="relative";
			itemheight=15;
			margin=0;
			
			aI("text=HOME;url=/index.php;"); 
			aI("text=WHO WE ARE;url=/welcome.php;showmenu=nav4");
			aI("text=CONNECT;url=/whatwedo.php;showmenu=nav1"); 
			aI("text=CALENDAR;url=/calendar.php;showmenu=nav2");
			aI("text=MEDIA;url=/media.php;showmenu=nav5");
			aI("text=RESOURCES;url=/online_giving.php;showmenu=nav3");
			aI("text=CONTACT US;url=/contact.php;");
			aI("text=LWC DAYCARE;url=/daycare.php;");
			aI("text=ONLINE GIVING;url=/online_giving.php;");
		}




drawMenus();



