
_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=0              // Sub menu top offset
_subOffsetLeft=-5            // Sub menu left offset
_sidetop=150;


with(subStyle=new mm_style()){
/*onbgcolor="#B9635C";
oncolor="#ffffff";
offbgcolor="000000";
offcolor="ffffff";
bordercolor="ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="ffffff";
separatorsize="1";
padding=3;
fontsize="12";
fontstyle="normal";
fontfamily="Arial, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#E2BB90";
headercolor="#000000";
headerbgcolor="#ffffff";
subimagepadding="2";
subimage="/images/Image/arrow.gif";
overfilter="Fade(duration=0.7);Alpha(opacity=80);Shadow(color='#829AE4', Direction=150, Strength=5)";
outfilter="randomdissolve(duration=0.3)";*/
styleid=1;
bordercolor="#84A9C7";
borderstyle="solid";
borderwidth=1;
fontfamily="arial, tahoma";
fontsize="12";
fontstyle="normal";
headerbgcolor="#AFD1B5";
headerborder=1;
headercolor="#000099";
//image="/images/Image/18_blank.gif";
imagepadding=3;
offbgcolor="#000000";
offcolor="#ffffff";
onbgcolor="#f1d896";
onborder="1px solid #999999";
oncolor="#000000";
onsubimage="/images/Image/onarrow.gif";
outfilter="Fade(duration=0.2)";
//overfilter="Fade(duration=0.1);Alpha(opacity=95);Shadow(color=#083B70', Direction=135, Strength=3)";
padding=3;
pagebgcolor="#3d0201";
pagecolor="#f0f0f0";
pageimage="/images/Image/onimage.gif";
separatoralign="right";
separatorcolor="#999999";
//separatorpadding=3;
separatorheight="1";
subimage="/images/Image/onarrow.gif";
valign="middle";
menubgcolor="#F5F5F5";
}

with(mainStyle=new mm_style()){

}


		with(milonic=new menuname("nav1")){
			style=subStyle;
			top="offset=-6";
			overflow="scroll";
			aI("text=Welcome;url=/welcome.php;");
			aI("text=Vision & Mission;url=/vision.php;");
			aI("text=Beliefs;url=/beliefs.php;");
			aI("text=FAQ's;url=/faqs.php;");
			aI("text=Who We Are;url=/staff1.php;showmenu=navA;");
			aI("text=Who is Jesus?;url=/jesus.php;");
			aI("text=Online Giving;url=/staff4.php;");
			aI("text=Contact & Directions;url=/contact.php;");
			}
		

		with(milonic=new menuname("nav2")){
			style=subStyle;
			itemwidth=100;
			top="offset=-6";
			left="offset=10";
			
			overflow="scroll";
			aI("text=Youth;url=/ministry1.php;showmenu=navB;");
			aI("text=Children;url=/ministry3.php;showmenu=navC;");
			aI("text=Prayer;url=/ministry6.php;");
			aI("text=Missions;url=/ministry7.php;");
			}

		with(milonic=new menuname("nav3")){
			style=subStyle;
			itemwidth=100;
			top="offset=-6";
			left="offset=10";
			
			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;
			top="offset=-6";
			
			aI("text=Media;url=/media.php;");
			aI("text=MP3 Player;url=http://www.sermonconnect.com/mp3player.php?client_id=116942;target=newwindow;targetfeatures=width=550,height=220,resize=no;");
			}

		with(milonic=new menuname("nav5")){
			style=subStyle;
			left="offset=20";
			top="offset=-6";
			
			aI("text=Get Connected;url=/connected.php;");
			aI("text=Blog;url=/media/media/bloglist.php;");
			aI("text=Prayer Requests;url=/prayer.php;");
			aI("text=Volunteer Opportunities;url=/volunteer.php;");
			aI("text=Photo Gallery;url=/photo.php;");
			}

		with(milonic=new menuname("navA")){
			style=subStyle;
			itemwidth=100;
			aI("text=Pastor;url=/staff1.php;");
			aI("text=Support Staff;url=/staff2.php;");
			aI("text=Characters;url=/staff3.php;");
		//	aI("text=Puppet;url=/staff4;");
		}
		
		with(milonic=new menuname("navB")){
			style=subStyle;
			itemwidth=100;
		
			overflow="scroll";
			aI("text=S.W.A.T.;url=/ministry1.php;");
			aI("text=The Hive;url=/ministry2.php;");
			}

		with(milonic=new menuname("navC")){
			style=subStyle;
			itemwidth=100;
			
			overflow="scroll";
			aI("text=F.B.I.;url=/ministry3.php;");
			aI("text=C.O.P.S.;url=/ministry4.php;");
			aI("text=S.P.Y.;url=/ministry5.php;");
			}

		with(milonic=new menuname("MainMenu")){
			style=mainStyle;
			alwaysvisible=1;
			orientation="horizontal";

			aI("image=/images/Image/Redesign/navbg_01.jpg;url=/index.php;");
			aI("image=/images/Image/Redesign/navbg_02.jpg;url=/welcome.php;showmenu=nav1;");
			aI("image=/images/Image/Redesign/navbg_03.jpg;url=/ministry1.php;showmenu=nav2;");
			aI("image=/images/Image/Redesign/navbg_04.jpg;url=/calendar.php;showmenu=nav3;");
			aI("image=/images/Image/Redesign/navbg_05.jpg;url=/media.php;showmenu=nav4;");
			aI("image=/images/Image/Redesign/navbg_06.jpg;url=/connected.php;showmenu=nav5;");
			aI("image=/images/Image/Redesign/navbg_07.jpg;url=/contact.php;");
		}




drawMenus();



