

_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="9pt";
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="9pt";
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";
valign="middle";
fontweight="bold";
menubgcolor="#dedede";
}

		with(milonic=new menuname("nav1")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Pastor;url=/pastor.php;");
			aI("text=Additional Staff;url=/staff.php;");		
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Service Times;url=/servicetimes.php;");
			aI("text=Vision;url=/vision.php;");		
			aI("text=What to Expect;url=/expect.php;");		
			aI("text=History;url=/history.php;");		
			aI("text=Beliefs;url=/beliefs.php;");		
			aI("text=Water Baptism;url=/baptism.php;");		
			}

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Prophetic intercessors;url=/ministry1.php;");
			aI("text=My Brother's Keeper;url=/ministry2.php;");
			aI("text=My Cup of Tea;url=/ministry3.php;");
			aI("text=Kids in Motion;url=/ministry4.php;");
			aI("text=S.W.A.G Movement;url=/ministry5.php;");
			aI("text=Faith, Hope, and Love;url=/ministry6.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll";
			aI("text=Prayer Requests;url=/prayer.php;");
			aI("text=Location;url=/location.php;"); 
			}

		with(milonic=new menuname("nav6")){
			style=subStyle;
			itemwidth=100;
			overflow="scroll"; 
			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=100;
			overflow="scroll";
			aI("text=Recent Media;url=/media/media/recent.php;");
			aI("text=Media Archive;url=/media/media/list.php;");
			aI("text=Media Search;url=/media/media/search.php;");
			aI("text=Podcast;url=/media/media/podcast.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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/index.php;");
			aI("text=Staff&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/staff.php;showmenu=nav1;");
			aI("text=About Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/servicetimes.php;showmenu=nav5;");
			aI("text=Ministries&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/ministry1.php;showmenu=nav2;");
			aI("text=Contact Us&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/contact.php;showmenu=nav3;");
			aI("text=What's Moving&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/calendar.php;showmenu=nav6;");
			aI("text=Media&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;url=/media/media/recent.php;showmenu=nav4;");
			aI("text=Resources;url=/resources.php;");
		}




drawMenus();



