
_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()){
styleid=1;
bordercolor="#4e4e4e";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="68%";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
imagepadding="3";
offbgcolor="#dedede";
offcolor="#4e4e4e";
onbgcolor="#EAEAEA";
oncolor="#000000";
padding=3;
pagebgcolor="#EAEAEA";
pagecolor="#000000";
separatoralign="right";
separatorcolor="#4e4e4e";
separatorpadding=1;
separatorwidth="85%";
valign="middle";
menubgcolor="#dedede";
}

with(mainStyle=new mm_style()){
styleid=1;
fontfamily="arial, verdana";
fontsize="68%";
fontstyle="normal";
headerbgcolor="transparent";
headerborder=1;
headercolor="transparent";
imagepadding=3;
offbgcolor="transparent";
offcolor="#4e4e4e";
onbgcolor="transparent";
oncolor="#000000";
padding=3;
pagebgcolor="transparent";
pagecolor="#4e4e4e";
separatoralign="right";
separatorcolor="transparent";
separatorpadding=1;
separatorwidth="2";
separatorsize="10";
valign="middle";
fontweight="bold";
menubgcolor="#dedede";
}

	

		with(milonic=new menuname("nav1")){
			style=subStyle;
			
			aI("text=History;url=/history.php;");
			aI("text=Our Belief;url=/belief.php;");
			aI("text=Shine On Me;url=/shine.php;");
			aI("text=What's Up...;url=/whats.php;");
		}
		with(milonic=new menuname("nav2")){
			style=subStyle;
			
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Bishop's Corner;url=/corner.php;");
			aI("text=Pastor Mel;url=/pastor.php;");
			aI("text=Bishop's Executive Staff;url=/staff.php;");
		}
		with(milonic=new menuname("nav3")){
			style=subStyle;
			
			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;
			
			aI("text=Media;url=/media/media/recent.php;");
			aI("text=Archive;url=/media/media/list.php;");
			aI("text=Podcasts;url=/media/media/podcast.php;");
			aI("text=Search;url=/media/media/search.php;");
		}
		with(milonic=new menuname("nav5")){
			style=subStyle;
			
			aI("text=Helping First;url=/helping.php;");
			aI("text=Community Interest;url=/community.php;");
			aI("text=Public Relations;url=/church.php;");
			aI("text=Testimonies;url=/testimonies.php;");
			
		}
		with(milonic=new menuname("nav6")){
			style=subStyle;
			
			aI("text=Contact Us;url=/contact.php;");
			aI("text=Church Ministries;url=/ministries.php;");
			
		}
		
		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			top=250;
			left=10;
			alwaysvisible=1;
			overflow="scroll";
			orientation="horizontal";
			position="relative";
			itemheight=15;
			margin=0;
			
			aI("text=Home;url=/index.php;");
			aI("text=About Us;url=/history.php;showmenu=nav1;");
			aI("text=In The Know;url=/welcome.php;showmenu=nav2;");
			aI("text=Calendar;url=/calendar.php;showmenu=nav3;");
			aI("text=Media;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=Solution Closet;url=/prayer.php;");
			aI("text=Donations;url=/help.php;");
			aI("text=Community;url=/helping.php;showmenu=nav5;");
			aI("text=Contact & Directions;url=/contact.php;showmenu=nav6;");
		}




drawMenus();



