

_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()){
onbgcolor="#14A7CB";
oncolor="#512E91";
offbgcolor="#522E92";
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="#512E91";
pagebgcolor="#14A7CB";
headercolor="#ffffff";
headerbgcolor="#ffffff";
subimagepadding="0";
// subimage="/images/10000/7000/920MI/arrow.gif";
overfilter="Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";

}

with(mainStyle=new mm_style()){
onbgcolor="transparent";
oncolor="#14A7CB";
offbgcolor="transparent";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
separatorpadding="2";
separatorheight="9";
padding="1";
fontsize="10pt";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="#14A7CB";
pagebgcolor="transperent";
headercolor="#ffffff";
headerbgcolor="none";
subimagepadding="0";
fontweight="bold";

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			
			
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Vision & Belief;url=/vision.php;");
			aI("text=Leadership;url=/staff1.php;showmenu=navA;");
			aI("text=Photo Gallery;url=/photo.php;");
			aI("text=Contact & Directions;url=/contact.php;");
			}
		
		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=150;
			
		
			aI("text=Children & Youth Ministries;url=/ministry1.php;");
			aI("text=Adult Ministries;url=/ministry2.php;");
			aI("text=Outreach Missions;url=/ministry3.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=85;

		
			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;
			itemwidth=85;

		
			aI("text=Sermon Notes;url=/media/media/list.php?mediatype=Article;");
			aI("text=Sermon Library;url=/media/media/list.php?mediatype=Audio;");
			aI("text=Recent Sermons;url=/media/media/recent.php?mediatype=Audio;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcasting;url=/media/media/podcast.php;");
			aI("text=Sign Up to Receive MCC Emails;url=/signup.php;");
			aI("text=Blogs;url=/media/media/bloglist.php;");
			}
		
		with(milonic=new menuname("navA")){
			style=subStyle;
			itemwidth=85;

			
			aI("text=Our Pastors;url=/staff1.php;");
			aI("text=Youth & Children;url=/staff3.php;");
			aI("text=Administration;url=/staff2.php;");
			aI("text=Worship & Media;url=/staff4.php;");
			}
		

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			//overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight="12px";
			valign="middle";

			aI("text=&nbsp;&nbsp;Home&nbsp;&nbsp;;url=/index.php;");
			aI("text=&nbsp;&nbsp;About Us&nbsp;&nbsp;;url=/welcome.php;showmenu=nav1;");
			aI("text=&nbsp;&nbsp;Ministries&nbsp;&nbsp;;url=/ministry1.php;showmenu=nav2;");
			aI("text=&nbsp;&nbsp;Calendar&nbsp;&nbsp;;url=/calendar.php;showmenu=nav3;");
			aI("text=&nbsp;&nbsp;Sermons&nbsp;&nbsp;;url=/media/media/recent.php;showmenu=nav4;");
			//aI("text=&nbsp;&nbsp;Online Giving&nbsp;&nbsp;;url=/giving;");
			aI("text=&nbsp;&nbsp;Contact & Directions&nbsp;&nbsp;;url=/contact.php;");
		}




drawMenus();



