

_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="68%";
fontstyle="normal";
fontweight="800";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#d2c38e";
offcolor="#ffffff";
onbgcolor="#154988";
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="#d2c38e";
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()){
styleid=1;
//bordercolor="transparent";
//borderstyle="solid";
//borderwidth=1;
fontfamily="arial, verdana";
fontsize="68%";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="transparent";
offcolor="#ffffff";
onbgcolor="transparent";
oncolor="#d2c38e";
//onsubimage="/images/Image/onarrow.gif";
outfilter="randomdissolve(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#0D4D87', Direction=135, Strength=3)";
padding=2;
pagebgcolor="transparent";
pagecolor="#f0f0f0";
//pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorsize="8";
//subimage="/images/Image/offarrow.gif";
valign="middle";
fontweight="bold";
menubgcolor="transparent";
}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			margin=3;
			aI("text=Welcome;url=/welcome.php;");
			aI("text=What We Believe;url=/believe.php;");
			aI("text=Church Leaders;url=/staff1.php;showmenu=nav6;");
			aI("text=Contact & Directions;url=/contact.php;");
			
			}

			with(milonic=new menuname("nav2")){
			style=subStyle;
			margin=3;
			aI("text=Ministries;url=/ministry1.php;");
			aI("text=Calendar;url=/calendar.php;");
			aI("text=Weekly Publication;url=/news.php;");
			aI("text=Photos;url=/photos.php;");
			
			}

			with(milonic=new menuname("nav3")){
			style=subStyle;
			margin=3;
			aI("text=Welcome;url=/children_welcome.php;");
			aI("text=Calendar;url=/children_calendar.php;");
			aI("text=Events;url=/childrens_events.php;");
			aI("text=Photos;url=/children_photos.php;");
			
			}
			
			with(milonic=new menuname("nav4")){
			style=subStyle;
			margin=3;
			aI("text=Welcome;url=/youth_welcome.php;");
			aI("text=Calendar;url=/youth_calendar.php;");
			aI("text=Events;url=/youth_events.php;");
			aI("text=Photos;url=/youth_photos.php;");
			
			}
				with(milonic=new menuname("nav6")){
			style=subStyle;
			margin=3;
			aI("text=Church Leaders;url=/staff1.php;");
			aI("text=Office Staff;url=/staff2.php;");
	
			}
			
			with(milonic=new menuname("nav5")){
			style=subStyle;
			margin=3;
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Archived Media;url=/media/media/list.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.php;");
			aI("text=MP3s;url=http://www.sermonconnect.com/mp3player.php?client_id=118725;target=newwindow;targetfeatures=width=550,height=220;");
			aI("text=Blogs;url=/media/media/bloglist.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="10px";
			valign="top";

			aI("text=Home;url=/index.php;");
			aI("text=About Us;url=/welcome.php;showmenu=nav1;");
			aI("text=Life at Westside;url=/ministry1.php;showmenu=nav2;");
			aI("text=Children;url=/children_welcome.php;showmenu=nav3;");
			aI("text=Youth;url=/youth_welcome.php;showmenu=nav4;");
			aI("text=Media;url=/media/media/recent.php;showmenu=nav5;");
			aI("text=Give Online;url=/#;");
			aI("text=Contact and Directions;url=/contact.php;");
		}




drawMenus();


